mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 19:23:43 +01:00
SettingsView: Adjust ordering a little bit and remove accent color
This commit is contained in:
@@ -161,6 +161,10 @@ struct SettingsView: View {
|
|||||||
NavigationLink("Show Refresh Attempts") {
|
NavigationLink("Show Refresh Attempts") {
|
||||||
RefreshAttemptsView()
|
RefreshAttemptsView()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NavigationLink(L10n.AdvancedSettingsView.title) {
|
||||||
|
AdvancedSettingsView()
|
||||||
|
}
|
||||||
|
|
||||||
if MailComposeView.canSendMail {
|
if MailComposeView.canSendMail {
|
||||||
ModalNavigationLink("Send Feedback") {
|
ModalNavigationLink("Send Feedback") {
|
||||||
@@ -175,10 +179,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