1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 07:22:50 -05:00

Many more logo customization options

This commit is contained in:
bbedward
2025-10-08 14:51:38 -04:00
parent e327b1ca5b
commit ebd48e2556
4 changed files with 162 additions and 102 deletions

View File

@@ -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]

View File

@@ -688,7 +688,7 @@ Singleton {
}
}
function connectToWifi(ssid, password = "") {
function connectToWifi(ssid, password = "", username = "") {
if (root.isConnecting) {
return
}