mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
settings: complete re-organize and breakout
This commit is contained in:
@@ -4,6 +4,7 @@ import Quickshell
|
||||
import qs.Modules
|
||||
import qs.Modules.CenterCommandCenter
|
||||
import qs.Modules.ControlCenter
|
||||
import qs.Modules.Settings
|
||||
import qs.Modules.TopBar
|
||||
|
||||
ShellRoot {
|
||||
@@ -38,6 +39,12 @@ ShellRoot {
|
||||
|
||||
ControlCenterPopup {
|
||||
id: controlCenterPopup
|
||||
onPowerActionRequested: (action, title, message) => {
|
||||
powerConfirmDialog.powerConfirmAction = action;
|
||||
powerConfirmDialog.powerConfirmTitle = title;
|
||||
powerConfirmDialog.powerConfirmMessage = message;
|
||||
powerConfirmDialog.powerConfirmVisible = true;
|
||||
}
|
||||
}
|
||||
|
||||
WifiPasswordDialog {
|
||||
|
||||
Reference in New Issue
Block a user