sidebar pin fixes

This commit is contained in:
end-4
2023-12-27 19:37:23 +07:00
parent 717506b1f8
commit 5454b3cad3
6 changed files with 42 additions and 35 deletions
+1 -8
View File
@@ -52,13 +52,6 @@ export default {
SideRight(),
Osk(), // On-screen keyboard
Session(), // Power menu, if that's what you like to call it
Bar()
],
};
// We don't want context menus of the bar's tray go under the rounded corner below,
// so bar is returned after default export, making it get spawned after the corner
// (having an Utils.timeout in that window array just gives an error)
// Not having it in default export is fine since we don't need to toggle it
Bar();
// uwu