Update SettingsViewGeneral.swift
Some checks are pending
Build and Release / Build IPA (push) Waiting to run
Build and Release / Build Mac Catalyst (push) Waiting to run

This commit is contained in:
cranci 2025-06-14 19:54:38 +02:00 committed by GitHub
parent b216f55b0d
commit b47a888cc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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