Add Audio Settings, split NotificationHistory
This commit is contained in:
parent
0babca7b56
commit
faa6bcd222
10 changed files with 555 additions and 209 deletions
|
|
@ -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 {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue