mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-04 20:48:29 -04:00
qs: large sweep of dead code removals
This commit is contained in:
@@ -18,7 +18,10 @@ Singleton {
|
||||
property bool systemdAutostartTargetChecked: false
|
||||
readonly property bool autostartAvailable: root.systemdAutostartTargetChecked && (!root.isSystemd || root.systemdAutostartTargetActive)
|
||||
|
||||
Component.onCompleted: initSystemCheckProcess.running = true
|
||||
Component.onCompleted: {
|
||||
Paths.desktopIconResolver = name => resolveIconPath(name);
|
||||
initSystemCheckProcess.running = true;
|
||||
}
|
||||
|
||||
Process {
|
||||
id: initSystemCheckProcess
|
||||
|
||||
Reference in New Issue
Block a user