Is there any example of making a custom top bar th...
# compose-desktop
m
Is there any example of making a custom top bar that contains the system buttons in a desktop project and how to make it compatible with both mac and windows
a
Yes, you have to use JetBrains Runtime as your JDK it has APIs to customize the title bar, see CustomWindowDecorationAccessing in https://github.com/ButterCam/compose-jetbrains-theme
m
Thanks!