1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

settings: optimize mem usage

- keep un-loaded unless called upon
This commit is contained in:
bbedward
2025-11-29 18:32:45 -05:00
parent e6c3ae9397
commit b11b375848
8 changed files with 400 additions and 335 deletions

View File

@@ -99,7 +99,7 @@ Rectangle {
backgroundColor: "transparent"
onClicked: {
root.settingsButtonClicked();
settingsModal.show();
PopoutService.openSettings();
}
}