mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 16:59:27 -05:00
booru: better layout when expanded
This commit is contained in:
@@ -118,7 +118,6 @@ Scope { // Scope
|
||||
sidebarRoot.currentTab = (sidebarRoot.currentTab - 1 + root.tabButtonList.length) % root.tabButtonList.length;
|
||||
}
|
||||
else if (event.key === Qt.Key_O) {
|
||||
console.log("Extending sidebar")
|
||||
sidebarRoot.extend = !sidebarRoot.extend;
|
||||
}
|
||||
event.accepted = true;
|
||||
|
||||
Reference in New Issue
Block a user