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
|
||||
property list<var> activeProcesses: []
|
||||
|
||||
readonly property alias connectionCheckTimer: connectionCheckTimer
|
||||
readonly property alias immediateCheckTimer: immediateCheckTimer
|
||||
|
||||
// Constants
|
||||
readonly property string deviceTypeWifi: "wifi"
|
||||
readonly property string deviceTypeEthernet: "ethernet"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ pragma Singleton
|
|||
import qs.config
|
||||
import Caelestia
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
Singleton {
|
||||
id: root
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue