mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 03:33:36 +01:00
SettingsView: Adjust ordering a little bit and remove accent color
This commit is contained in:
@@ -162,6 +162,10 @@ struct SettingsView: View {
|
|||||||
RefreshAttemptsView()
|
RefreshAttemptsView()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NavigationLink(L10n.AdvancedSettingsView.title) {
|
||||||
|
AdvancedSettingsView()
|
||||||
|
}
|
||||||
|
|
||||||
if MailComposeView.canSendMail {
|
if MailComposeView.canSendMail {
|
||||||
ModalNavigationLink("Send Feedback") {
|
ModalNavigationLink("Send Feedback") {
|
||||||
MailComposeView(recipients: ["support@sidestore.io"],
|
MailComposeView(recipients: ["support@sidestore.io"],
|
||||||
@@ -176,10 +180,6 @@ struct SettingsView: View {
|
|||||||
|
|
||||||
SwiftUI.Button(L10n.SettingsView.switchToUIKit, action: self.switchToUIKit)
|
SwiftUI.Button(L10n.SettingsView.switchToUIKit, action: self.switchToUIKit)
|
||||||
|
|
||||||
NavigationLink(L10n.AdvancedSettingsView.title) {
|
|
||||||
AdvancedSettingsView()
|
|
||||||
}.foregroundColor(.accentColor)
|
|
||||||
|
|
||||||
SwiftUI.Button(L10n.SettingsView.resetImageCache, action: self.resetImageCache)
|
SwiftUI.Button(L10n.SettingsView.resetImageCache, action: self.resetImageCache)
|
||||||
.foregroundColor(.red)
|
.foregroundColor(.red)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user