More icons fixes
This commit is contained in:
parent
d089966249
commit
1f9247c429
7 changed files with 16 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue