chore: misc fixes
This commit is contained in:
parent
beaefc6f36
commit
b64421d614
2 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ Singleton {
|
||||||
readonly property var activeEthernet: ethernetDevices.find(d => d.connected) ?? null
|
readonly property var activeEthernet: ethernetDevices.find(d => d.connected) ?? null
|
||||||
property list<var> activeProcesses: []
|
property list<var> activeProcesses: []
|
||||||
|
|
||||||
|
readonly property alias connectionCheckTimer: connectionCheckTimer
|
||||||
|
readonly property alias immediateCheckTimer: immediateCheckTimer
|
||||||
|
|
||||||
// Constants
|
// Constants
|
||||||
readonly property string deviceTypeWifi: "wifi"
|
readonly property string deviceTypeWifi: "wifi"
|
||||||
readonly property string deviceTypeEthernet: "ethernet"
|
readonly property string deviceTypeEthernet: "ethernet"
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ pragma Singleton
|
||||||
import qs.config
|
import qs.config
|
||||||
import Caelestia
|
import Caelestia
|
||||||
import Quickshell
|
import Quickshell
|
||||||
|
import QtQuick
|
||||||
|
|
||||||
Singleton {
|
Singleton {
|
||||||
id: root
|
id: root
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue