mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
formatting
This commit is contained in:
@@ -149,14 +149,14 @@ NLoader {
|
||||
baseSize: Style.baseWidgetSize * 0.75
|
||||
checked: Settings.data.network.wifiEnabled
|
||||
onToggled: checked => {
|
||||
Settings.data.network.wifiEnabled = checked
|
||||
NetworkService.setWifiEnabled(checked)
|
||||
Settings.data.network.wifiEnabled = checked
|
||||
NetworkService.setWifiEnabled(checked)
|
||||
|
||||
// If enabling WiFi while menu is open, refresh after a delay
|
||||
if (checked) {
|
||||
wifiEnableRefreshTimer.start()
|
||||
}
|
||||
}
|
||||
// If enabling WiFi while menu is open, refresh after a delay
|
||||
if (checked) {
|
||||
wifiEnableRefreshTimer.start()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
NIconButton {
|
||||
|
||||
Reference in New Issue
Block a user