We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fea8c commit 350d78fCopy full SHA for 350d78f
iced_layershell/src/actions.rs
@@ -18,7 +18,7 @@ pub(crate) enum LayerShellAction {
18
RedrawWindow(LayerId), // maybe one day it is useful, but now useless
19
NewMenu(IcedNewPopupSettings, iced_core::window::Id),
20
Ime(input_method::InputMethod),
21
- ImeWithId(LayerId, input_method::InputMethod)
+ ImeWithId(LayerId, input_method::InputMethod),
22
}
23
24
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
0 commit comments