11 lines
165 B
QML
11 lines
165 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
import Quickshell.Networking
|
|
|
|
Singleton {
|
|
id: root
|
|
|
|
readonly property list<NetworkDevice> network: Networking.devices.values
|
|
}
|