This commit is contained in:
Alin
2024-03-02 23:46:32 -07:00
parent 6d94a36431
commit 7895996118
9 changed files with 106 additions and 41 deletions
+1
View File
@@ -48,6 +48,7 @@ struct GeneralSettingsTab: View {
.font(.callout)
.foregroundStyle(.gray)
}
InfoButton(text: "When transparent material is enabled, sticky section headers (User/System) in app list are disabled to keep from showing app name text overlayed under the section header text with no background to separate the two.", color: nil)
Spacer()
Toggle(isOn: $glass, label: {
})