make left sidebar selected tab persistent

This commit is contained in:
end-4
2025-05-10 23:51:33 +02:00
parent 3c877197b4
commit 18366c147f
2 changed files with 12 additions and 9 deletions
@@ -5,6 +5,9 @@ pragma ComponentBehavior: Bound
Singleton {
property QtObject sidebar: QtObject {
property QtObject leftSide: QtObject {
property int selectedTab: 0
}
property QtObject centerGroup: QtObject {
property int selectedTab: 0
}