diff --git a/services/Network.qml b/services/Network.qml index 7e579a60..38446198 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 7152e720..fcafe9e1 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 ? ({}) : ({