mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-14 12:59:58 -05:00
fix osk toggles
This commit is contained in:
@@ -78,7 +78,7 @@ const Utilities = () => Box({
|
||||
}),
|
||||
UtilButton({
|
||||
name: 'Toggle on-screen keyboard', icon: 'keyboard', onClicked: () => {
|
||||
App.toggleWindow('osk');
|
||||
toggleWindowOnAllMonitors('osk');
|
||||
}
|
||||
}),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user