internal: remove singleton reloadableId

This commit is contained in:
2 * r + 2 * t 2025-09-02 13:24:01 +10:00
parent 1066e467be
commit 23db04e1b7
2 changed files with 0 additions and 4 deletions

View file

@ -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]);

View file

@ -38,8 +38,6 @@ Searcher {
Colours.showPreview = false;
}
reloadableId: "wallpapers"
list: wallpapers.entries
useFuzzy: Config.launcher.useFuzzy.wallpapers
extraOpts: useFuzzy ? ({}) : ({