Skip to content

Commit a2020c3

Browse files
committed
fix: Fix ServersHelper thread safety warning
1 parent 355bdd7 commit a2020c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qBitControl/Classes/ServersHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import Foundation
44

5-
5+
@MainActor
66
class ServersHelper: ObservableObject {
77
static public var shared = ServersHelper()
88

0 commit comments

Comments
 (0)