Fix BT and WiFi panels
This commit is contained in:
parent
f441bec32d
commit
8bb6da5e0d
5 changed files with 10 additions and 56 deletions
11
shell.qml
11
shell.qml
|
|
@ -16,6 +16,7 @@ import qs.Commons
|
|||
import qs.Modules.Launcher
|
||||
import qs.Modules.Background
|
||||
import qs.Modules.Bar
|
||||
import qs.Modules.BluetoothPanel
|
||||
import qs.Modules.Calendar
|
||||
import qs.Modules.Dock
|
||||
import qs.Modules.IPC
|
||||
|
|
@ -25,7 +26,7 @@ import qs.Modules.SettingsPanel
|
|||
import qs.Modules.PowerPanel
|
||||
import qs.Modules.SidePanel
|
||||
import qs.Modules.Toast
|
||||
|
||||
import qs.Modules.WiFiPanel
|
||||
import qs.Services
|
||||
import qs.Widgets
|
||||
|
||||
|
|
@ -70,6 +71,14 @@ ShellRoot {
|
|||
id: powerPanel
|
||||
}
|
||||
|
||||
WiFiPanel {
|
||||
id: wifiPanel
|
||||
}
|
||||
|
||||
BluetoothPanel {
|
||||
id: bluetoothPanel
|
||||
}
|
||||
|
||||
ToastManager {}
|
||||
|
||||
IPCManager {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue