mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 07:52:50 -05:00
Many more logo customization options
This commit is contained in:
@@ -32,14 +32,10 @@ Singleton {
|
||||
|
||||
Component.onCompleted: {
|
||||
if (socketPath && socketPath.length > 0) {
|
||||
checkSocket()
|
||||
testProcess.running = true
|
||||
}
|
||||
}
|
||||
|
||||
function checkSocket() {
|
||||
testProcess.running = true
|
||||
}
|
||||
|
||||
Process {
|
||||
id: testProcess
|
||||
command: ["test", "-S", root.socketPath]
|
||||
|
||||
Reference in New Issue
Block a user