This commit is contained in:
Alin
2024-04-09 15:28:29 -06:00
parent 5062320650
commit 17bf2b3daa
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ struct SettingsView: View {
.tabItem {
Label(CurrentTabView.folders.title, systemImage: "folder")
}
.tag(CurrentTabView.interface)
.tag(CurrentTabView.folders)
UpdateSettingsTab(showFeature: $showFeature)
.tabItem {