preparation for swift 6

This commit is contained in:
neon443
2025-06-23 18:23:18 +01:00
parent be68c44ffe
commit 4629d4f75f
2 changed files with 2 additions and 54 deletions

View File

@@ -38,6 +38,7 @@ class SettingsViewModel: ObservableObject {
@Published var device: (sf: String, label: String)
@MainActor
init(load: Bool = true) {
self.device = getDevice()
if load {