fix: IME double commit on GNOME by limiting iced single-instance
feature only when app uses `single-instance`
This commit is contained in:
parent
c1253c05b2
commit
c643000e6f
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ desktop-systemd-scope = ["desktop", "dep:zbus"]
|
|||
# Enables keycode serialization
|
||||
serde-keycode = ["iced_core/serde"]
|
||||
# Prevents multiple separate process instances.
|
||||
single-instance = ["zbus/blocking-api", "ron"]
|
||||
single-instance = ["iced_winit/single-instance", "zbus/blocking-api", "ron"]
|
||||
# smol async runtime
|
||||
smol = ["dep:smol", "iced/smol", "zbus?/async-io", "rfd?/async-std"]
|
||||
tokio = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue