diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/Network.qml | 2 | ||||
| -rw-r--r-- | services/Wallpapers.qml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/services/Network.qml b/services/Network.qml index 7e579a6..3844619 100644 --- a/services/Network.qml +++ b/services/Network.qml @@ -12,8 +12,6 @@ Singleton { property bool wifiEnabled: true readonly property bool scanning: rescanProc.running - reloadableId: "network" - function enableWifi(enabled: bool): void { const cmd = enabled ? "on" : "off"; enableWifiProc.exec(["nmcli", "radio", "wifi", cmd]); diff --git a/services/Wallpapers.qml b/services/Wallpapers.qml index 7152e72..fcafe9e 100644 --- a/services/Wallpapers.qml +++ b/services/Wallpapers.qml @@ -38,8 +38,6 @@ Searcher { Colours.showPreview = false; } - reloadableId: "wallpapers" - list: wallpapers.entries useFuzzy: Config.launcher.useFuzzy.wallpapers extraOpts: useFuzzy ? ({}) : ({ |