remove persistent state for bottom sidebar group tabs (buggy)

This commit is contained in:
end-4
2025-06-01 10:10:57 +02:00
parent b172020f5b
commit 834a684d6f
2 changed files with 1 additions and 6 deletions
@@ -11,7 +11,6 @@ Singleton {
property QtObject sidebar: QtObject {
property QtObject bottomGroup: QtObject {
property bool collapsed: false
property int selectedTab: 0
}
}