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:
@@ -99,7 +99,7 @@ Rectangle {
|
||||
backgroundColor: "transparent"
|
||||
onClicked: {
|
||||
root.settingsButtonClicked();
|
||||
settingsModal.show();
|
||||
PopoutService.openSettings();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user