mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +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: ""),
|
||||
options: ["English", "Dutch"],
|
||||
optionToString: { $0 },
|
||||
selection: $settings.selectedLanguage
|
||||
selection: $settings.selectedLanguage,
|
||||
showDivider: false
|
||||
)
|
||||
.onChange(of: settings.selectedLanguage) { _ in
|
||||
showRestartAlert = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue