More icons fixes

This commit is contained in:
LemmyCook 2025-09-09 19:34:31 -04:00
parent d089966249
commit 1f9247c429
7 changed files with 16 additions and 20 deletions

View file

@ -257,7 +257,7 @@ Singleton {
Process {
id: wifiStateEnableProcess
running: false
command: ["nmcli", "radio", "wifi", Settings.data.network.wifiEnabled ? "on" : "off"]
command: ["nmcli", "radio", "wifi", Settings.data.network.wifiEnabled ? "on" : "off"]
stdout: StdioCollector {
onStreamFinished: {
@ -276,7 +276,6 @@ Singleton {
}
}
// Helper process to get existing profiles
Process {
id: profileCheckProcess