mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-26 15:02:39 +01:00
Allow popover settings everywhere
This commit is contained in:
parent
f9da958047
commit
4985e69200
@ -217,9 +217,7 @@ struct DisplaySettingsView: View {
|
|||||||
.font(.scaledBody)
|
.font(.scaledBody)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if targetEnvironment(macCatalyst)
|
|
||||||
Toggle("settings.display.show-account-popover", isOn: $userPreferences.showAccountPopover)
|
Toggle("settings.display.show-account-popover", isOn: $userPreferences.showAccountPopover)
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
.listRowBackground(theme.primaryBackgroundColor)
|
.listRowBackground(theme.primaryBackgroundColor)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user