booru: better layout when expanded

This commit is contained in:
end-4
2025-05-06 11:23:52 +02:00
parent e38a0bdac7
commit 418ac5da0c
2 changed files with 44 additions and 29 deletions
@@ -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;