Introduce explicit id field to Settings
... and use it to set the application id of the window on Unix systems, instead of relying on the title of the application.
This commit is contained in:
parent
e3bc050aae
commit
7337ab63bc
4 changed files with 25 additions and 3 deletions
|
|
@ -58,6 +58,7 @@ where
|
|||
&application.title(),
|
||||
application.mode(),
|
||||
event_loop.primary_monitor(),
|
||||
settings.id,
|
||||
)
|
||||
.with_menu(Some(conversion::menu(&application.menu())));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue