mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 08:32:00 +00:00
Update SettingsViewGeneral.swift
This commit is contained in:
parent
b216f55b0d
commit
b47a888cc6
1 changed files with 2 additions and 1 deletions
|
|
@ -204,7 +204,8 @@ struct SettingsViewGeneral: View {
|
||||||
title: NSLocalizedString("App Language", comment: ""),
|
title: NSLocalizedString("App Language", comment: ""),
|
||||||
options: ["English", "Dutch"],
|
options: ["English", "Dutch"],
|
||||||
optionToString: { $0 },
|
optionToString: { $0 },
|
||||||
selection: $settings.selectedLanguage
|
selection: $settings.selectedLanguage,
|
||||||
|
showDivider: false
|
||||||
)
|
)
|
||||||
.onChange(of: settings.selectedLanguage) { _ in
|
.onChange(of: settings.selectedLanguage) { _ in
|
||||||
showRestartAlert = true
|
showRestartAlert = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue