This commit is contained in:
spaced4ndy
2024-08-22 22:05:24 +04:00
parent c7107b70d9
commit 10f1e5e924
@@ -502,18 +502,18 @@ private struct ActiveProfilePicker: View {
incognitoProfileImage()
Text("Incognito")
.foregroundColor(theme.colors.onBackground)
Image(systemName: "info.circle")
.foregroundColor(theme.colors.primary)
.font(.system(size: 14))
.onTapGesture {
showIncognitoSheet = true
}
Spacer()
if incognitoEnabled {
Image(systemName: "checkmark")
.resizable().scaledToFit().frame(width: 16)
.foregroundColor(theme.colors.primary)
}
Image(systemName: "info.circle")
.foregroundColor(theme.colors.primary)
.font(.system(size: 14))
.onTapGesture {
showIncognitoSheet = true
}
}
}
let filteredProfiles = filteredProfiles()