This commit is contained in:
Alin
2024-07-02 17:05:39 -06:00
parent 9c886108cf
commit 7887b1f633
7 changed files with 214 additions and 26 deletions
+2
View File
@@ -157,6 +157,7 @@ enum CurrentTabView:Int
case interface
case folders
case update
case tips
case about
var title: String {
@@ -165,6 +166,7 @@ enum CurrentTabView:Int
case .interface: return "Interface"
case .folders: return "Folders"
case .update: return "Update"
case .tips: return "Tips"
case .about: return "About"
}
}