fix some toggles; format

This commit is contained in:
end-4
2024-04-15 23:55:57 +07:00
parent c1d65beb42
commit f173fbb7ad
3 changed files with 5 additions and 8 deletions
@@ -72,7 +72,7 @@ const KeyboardControls = () => Box({
className: 'osk-control-button txt-norm icon-material',
onClicked: () => {
releaseAllKeys();
App.toggleWindow('osk');
App.toggleWindowOnAllMonitors('osk');
},
label: 'keyboard_hide',
}),