Add Audio Settings, split NotificationHistory

This commit is contained in:
Ly-sec 2025-08-13 14:00:06 +02:00
parent 0babca7b56
commit faa6bcd222
10 changed files with 555 additions and 209 deletions

View file

@ -39,6 +39,10 @@ NLoader {
"label": "Network",
"icon": "wifi",
"source": "Tabs/Network.qml"
}, {
"label": "Audio",
"icon": "volume_up",
"source": "Tabs/Audio.qml"
}, {
"label": "Display",
"icon": "monitor",
@ -212,6 +216,7 @@ NLoader {
Tabs.TimeWeather {}
Tabs.ScreenRecorder {}
Tabs.Network {}
Tabs.Audio {}
Tabs.Display {}
Tabs.Wallpaper {}
Tabs.WallpaperSelector {}