Use common key for saving window state data

We typically use "MainWindow" here, not "Main".
This commit is contained in:
Nate Graham
2024-09-23 14:37:32 -06:00
parent 77e933f620
commit a0665187c6

View File

@@ -71,7 +71,7 @@ Kirigami.ApplicationWindow {
}
KConfig.WindowStateSaver {
configGroupName: "Window"
configGroupName: "MainWindow"
}
QuickSwitcher {