This commit is contained in:
neon443
2025-06-23 18:25:56 +01:00
parent 4629d4f75f
commit 899304833c
2 changed files with 0 additions and 2 deletions

View File

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