mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
[ios] Always use light map appearance by default
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
266c38ed78
commit
c7db4f9c33
@@ -186,7 +186,7 @@ import AVFoundation
|
|||||||
return mapAppearance
|
return mapAppearance
|
||||||
}
|
}
|
||||||
|
|
||||||
return .auto
|
return .light
|
||||||
}
|
}
|
||||||
set {
|
set {
|
||||||
UserDefaults.standard.set(newValue.rawValue, forKey: userDefaultsKeyMapAppearance)
|
UserDefaults.standard.set(newValue.rawValue, forKey: userDefaultsKeyMapAppearance)
|
||||||
|
|||||||
Reference in New Issue
Block a user