1
0
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:
2022-02-17 19:19:02 +01:00
parent d06f92051d
commit 921ecd99d6
7 changed files with 46 additions and 17 deletions

View File

@ -65,4 +65,8 @@ class BetterAlertVC: NSViewController {
NSApplication.shared.stopModal(withCode: code)
}
deinit {
Log.perf("A BetterAlert has been deinitialized.")
}
}