removed network module and moved it to tray, have a popout window without content! everything still in wi.i.p.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
pragma ComponentBehavior: Bound
|
||||
|
||||
import Quickshell
|
||||
import Quickshell.Networking
|
||||
import qs.Components
|
||||
import qs.Config
|
||||
import qs.Modules
|
||||
import qs.Helpers as Helpers
|
||||
|
||||
item {
|
||||
id: root
|
||||
|
||||
function networkScan() {
|
||||
Networking.scanForNetworks();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user