fix osk toggles

This commit is contained in:
end-4
2024-04-08 18:19:55 +07:00
parent 2a5de43e61
commit 312eb75c51
7 changed files with 19 additions and 24 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ const Utilities = () => Box({
}),
UtilButton({
name: 'Toggle on-screen keyboard', icon: 'keyboard', onClicked: () => {
App.toggleWindow('osk');
toggleWindowOnAllMonitors('osk');
}
}),
]