internal: remove singleton reloadableId
This commit is contained in:
parent
1066e467be
commit
23db04e1b7
2 changed files with 0 additions and 4 deletions
|
|
@ -12,8 +12,6 @@ Singleton {
|
||||||
property bool wifiEnabled: true
|
property bool wifiEnabled: true
|
||||||
readonly property bool scanning: rescanProc.running
|
readonly property bool scanning: rescanProc.running
|
||||||
|
|
||||||
reloadableId: "network"
|
|
||||||
|
|
||||||
function enableWifi(enabled: bool): void {
|
function enableWifi(enabled: bool): void {
|
||||||
const cmd = enabled ? "on" : "off";
|
const cmd = enabled ? "on" : "off";
|
||||||
enableWifiProc.exec(["nmcli", "radio", "wifi", cmd]);
|
enableWifiProc.exec(["nmcli", "radio", "wifi", cmd]);
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,6 @@ Searcher {
|
||||||
Colours.showPreview = false;
|
Colours.showPreview = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
reloadableId: "wallpapers"
|
|
||||||
|
|
||||||
list: wallpapers.entries
|
list: wallpapers.entries
|
||||||
useFuzzy: Config.launcher.useFuzzy.wallpapers
|
useFuzzy: Config.launcher.useFuzzy.wallpapers
|
||||||
extraOpts: useFuzzy ? ({}) : ({
|
extraOpts: useFuzzy ? ({}) : ({
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue