SettingsPanel: fixed audio tab name
This commit is contained in:
parent
807867ef42
commit
06a11f003b
3 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ NPanel {
|
|||
// Tabs enumeration, order is NOT relevant
|
||||
enum Tab {
|
||||
About,
|
||||
AudioService,
|
||||
Audio,
|
||||
Bar,
|
||||
Launcher,
|
||||
Brightness,
|
||||
|
|
@ -131,7 +131,7 @@ NPanel {
|
|||
"icon": "apps",
|
||||
"source": launcherTab
|
||||
}, {
|
||||
"id": SettingsPanel.Tab.AudioService,
|
||||
"id": SettingsPanel.Tab.Audio,
|
||||
"label": "Audio",
|
||||
"icon": "volume_up",
|
||||
"source": audioTab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue