[ios] Changed settings to SwiftUI

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-07-09 15:15:34 +02:00
committed by Konstantin Pastbin
parent 090ed5044a
commit fdbb41e0fd
102 changed files with 1726 additions and 2609 deletions

View File

@@ -36,7 +36,7 @@ class BottomTabBarViewController: UIViewController {
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
if Settings.isNY() {
if SettingsBridge.isNY() {
helpButton.setTitle("🎄", for: .normal)
helpButton.setImage(nil, for: .normal)
}