feat: New audio panel when clicking on volume icon

This commit is contained in:
ItsLemmy
2025-10-26 16:04:28 -04:00
parent 2ad5c8352e
commit 06d095c705
7 changed files with 273 additions and 23 deletions
+6
View File
@@ -27,6 +27,7 @@ import qs.Modules.SessionMenu
// Bar & Bar Components
import qs.Modules.Bar
import qs.Modules.Bar.Extras
import qs.Modules.Bar.Audio
import qs.Modules.Bar.Bluetooth
import qs.Modules.Bar.Battery
import qs.Modules.Bar.Calendar
@@ -168,6 +169,11 @@ ShellRoot {
objectName: "bluetoothPanel"
}
AudioPanel {
id: audioPanel
objectName: "audioPanel"
}
WallpaperPanel {
id: wallpaperPanel
objectName: "wallpaperPanel"