mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-22 14:13:45 +00:00
[ios] Changed settings to SwiftUI
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
090ed5044a
commit
fdbb41e0fd
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user