SidePanel - Utilities: rewired the wallpaper selector shortcut

This commit is contained in:
quadbyte 2025-08-13 08:39:12 -04:00
parent c4264f2f09
commit 94b4a096e7

View file

@ -30,6 +30,10 @@ NBox {
// Wallpaper
NIconButton {
icon: "image"
onClicked: {
settingsPanel.currentTabIndex = 8 // Audio tab index
settingsPanel.isLoaded = true
}
}
Item {