mirror of
https://github.com/neon443/NearFuture.git
synced 2026-03-11 06:49:12 +00:00
preparation for swift 6
This commit is contained in:
@@ -38,6 +38,7 @@ class SettingsViewModel: ObservableObject {
|
||||
|
||||
@Published var device: (sf: String, label: String)
|
||||
|
||||
@MainActor
|
||||
init(load: Bool = true) {
|
||||
self.device = getDevice()
|
||||
if load {
|
||||
|
||||
Reference in New Issue
Block a user