Merge settings window to main #23

Merged
Zacharias-Brohn merged 48 commits from settingsWindow into main 2026-03-18 16:27:50 +01:00
Showing only changes of commit 9297fa4da2 - Show all commits
+1 -1
View File
@@ -28,7 +28,7 @@ RowLayout {
return; return;
} }
if (visibilities.sidebar || visibilities.dashboard || visibilities.resources) if (visibilities.sidebar || visibilities.dashboard || visibilities.resources || visibilities.settings)
return; return;
const id = ch.id; const id = ch.id;