mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-25 04:24:49 -04:00
Fix SwiftLinter warnings
This commit is contained in:
parent
bf3f675b80
commit
c3583359ea
14 changed files with 90 additions and 45 deletions
|
@ -10,7 +10,8 @@ import SwiftUI
|
|||
@main
|
||||
struct MistApp: App {
|
||||
// swiftlint:disable:next weak_delegate
|
||||
@NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate: AppDelegate
|
||||
@NSApplicationDelegateAdaptor(AppDelegate.self)
|
||||
var appDelegate: AppDelegate
|
||||
@StateObject var sparkleUpdater: SparkleUpdater = SparkleUpdater()
|
||||
@State private var refreshing: Bool = false
|
||||
@State private var downloadInProgress: Bool = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue