mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-08 04:20:07 +02:00
👌 Improve BetterAlert performance notices
This commit is contained in:
@ -65,4 +65,8 @@ class BetterAlertVC: NSViewController {
|
||||
NSApplication.shared.stopModal(withCode: code)
|
||||
}
|
||||
|
||||
deinit {
|
||||
Log.perf("A BetterAlert has been deinitialized.")
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user