Settings: tab enum cleanup
This commit is contained in:
parent
2a7810c17c
commit
ef5fff12d1
5 changed files with 33 additions and 31 deletions
|
|
@ -7,21 +7,6 @@ pragma Singleton
|
|||
Singleton {
|
||||
id: root
|
||||
|
||||
// Our tabs used in the UI, needs to be defined in a Singleton so they can be accessed anywhere
|
||||
enum Tab {
|
||||
General,
|
||||
Bar,
|
||||
TimeWeather,
|
||||
ScreenRecorder,
|
||||
Network,
|
||||
Audio,
|
||||
Display,
|
||||
Wallpaper,
|
||||
WallpaperSelector,
|
||||
//Misc,
|
||||
About
|
||||
}
|
||||
|
||||
// Define our app directories
|
||||
// Default config directory: ~/.config/noctalia
|
||||
// Default cache directory: ~/.cache/noctalia
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue