update picture

This commit is contained in:
2026-04-03 00:34:08 +02:00
parent b655b51855
commit 6437ed4b40
3 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -125,7 +125,8 @@ CustomMouseArea {
root.visibilities.settings = false;
root.visibilities.sidebar = false;
root.popouts.hasCurrent = false;
if (!root.popouts.currentName.startsWith("updates"))
root.popouts.hasCurrent = false;
} else {
root.dashboardShortcutActive = false;
}
+1 -1
View File
@@ -28,7 +28,7 @@ RowLayout {
return;
}
if (visibilities.sidebar || visibilities.dashboard || visibilities.resources || visibilities.settings)
if (visibilities.sidebar || visibilities.resources || visibilities.settings)
return;
const id = ch.id;
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 MiB

After

Width:  |  Height:  |  Size: 6.5 MiB