left sidebar foundations

This commit is contained in:
end-4
2025-04-27 18:58:06 +02:00
parent 0ef575b082
commit f2a9641a95
7 changed files with 300 additions and 71 deletions
+5
View File
@@ -199,6 +199,11 @@ Scope {
barLeftSideMouseArea.hovered = false
barLeftSideMouseArea.trackingScroll = false
}
onPressed: (event) => {
if (event.button === Qt.LeftButton) {
openSidebarLeft.running = true
}
}
// Scroll to change brightness
WheelHandler {
onWheel: (event) => {