chore: update libcosmic
This commit is contained in:
parent
9677b74b89
commit
1b63c9e38b
2 changed files with 2 additions and 2 deletions
2
iced
2
iced
|
|
@ -1 +1 @@
|
|||
Subproject commit 927a85251c6dc56cb827711f842a8b87590f2ad4
|
||||
Subproject commit 7c58b8eda9885083e019a5ea14edf4652740e154
|
||||
|
|
@ -92,7 +92,7 @@ pub(crate) fn iced_settings<App: Application>(
|
|||
iced.default_font = settings.default_font;
|
||||
iced.default_text_size = iced::Pixels(settings.default_text_size);
|
||||
iced.exit_on_close_request = settings.exit_on_close;
|
||||
iced.window.exit_on_close_request = settings.exit_on_close;
|
||||
// iced.window.exit_on_close_request = settings.exit_on_close;
|
||||
iced.id = Some(App::APP_ID.to_owned());
|
||||
#[cfg(all(not(feature = "wayland"), target_os = "linux"))]
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue