mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-29 22:42:11 -04:00
ui: cleanup some anti patterns
This commit is contained in:
@@ -62,10 +62,6 @@ Singleton {
|
||||
}
|
||||
}
|
||||
|
||||
function showChangelog() {
|
||||
changelogRequested();
|
||||
}
|
||||
|
||||
function dismissChangelog() {
|
||||
changelogDismissed = true;
|
||||
touchMarkerProcess.running = true;
|
||||
|
||||
@@ -64,10 +64,6 @@ Singleton {
|
||||
property bool monitorsOff: false
|
||||
property bool isShellLocked: false
|
||||
|
||||
function wake() {
|
||||
requestMonitorOn();
|
||||
}
|
||||
|
||||
function reapplyDpmsIfNeeded() {
|
||||
if (monitorsOff)
|
||||
CompositorService.powerOffMonitors();
|
||||
|
||||
Reference in New Issue
Block a user