macos: clean up the permission request

This commit is contained in:
Mitchell Hashimoto
2025-10-08 21:21:26 -07:00
parent 9e17255ca9
commit b4ab1cc1ed
3 changed files with 10 additions and 4 deletions

View File

@@ -1008,7 +1008,7 @@ class AppDelegate: NSObject,
}
@IBAction func checkForUpdates(_ sender: Any?) {
UpdateSimulator.error.simulate(with: updateViewModel)
UpdateSimulator.permissionRequest.simulate(with: updateViewModel)
}