Settings window #20

Merged
Zacharias-Brohn merged 83 commits from settingsWindow into main 2026-03-06 23:27:24 +01:00
Showing only changes of commit f0afc7c75a - Show all commits
-4
View File
@@ -57,10 +57,6 @@ Item {
id: idxPair id: idxPair
index: root.workspaces.findIndex(w => w.active) index: root.workspaces.findIndex(w => w.active)
onIndexChanged: {
console.log(indicator.indicatorPosition);
}
} }
} }