Fix toggle compact keybind not working immediatly
This commit is contained in:
parent
fd2d9d2c31
commit
5dfe700880
|
@ -74,7 +74,7 @@ Item {
|
||||||
sequences: window.settings.Keys.compact
|
sequences: window.settings.Keys.compact
|
||||||
onActivated: {
|
onActivated: {
|
||||||
window.settings.General.compact = ! window.settings.General.compact
|
window.settings.General.compact = ! window.settings.General.compact
|
||||||
windowsaveSettings()
|
window.saveSettings()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user