mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-03 19:01:50 +00:00
feat: New audio panel when clicking on volume icon
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user