Is it possible to change the ‘display name’ of the...
# compose-desktop
k
Is it possible to change the ‘display name’ of the application. When I Cmd+Tab on the Mac the name of the app shows a ‘MainKt’, can I change this to something meaningful?
👍 1
a
Try
-Xdock:name=AppName
m
You will automatically get the real name when you build an app or distribution.
💯 1
121 Views