This commit is contained in:
Alin
2023-12-14 11:14:51 -07:00
parent 477955a258
commit 64830e662f
11 changed files with 149 additions and 35 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ struct GeneralSettingsTab: View {
HStack {
VStack(alignment: .leading, spacing: 5) {
Text("Transparency").font(.title2)
Text("Toggles the sidebar material on the app list drawer")
Text("Toggles the transparent sidebar material")
.font(.footnote)
.foregroundStyle(.gray)
}