Skip to content

Commit

Permalink
Suppress insecure state restoration warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgiepoo committed Jun 19, 2024
1 parent 2b5f53e commit 602d0b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Komet/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,8 @@ typealias StatFS = statfs
NSWorkspace.shared.open(issuesURL)
}
}

func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}
}

0 comments on commit 602d0b1

Please sign in to comment.