mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-08 13:30:06 +01:00
🐛 Fix issue with tertiary action
This commit is contained in:
@@ -65,7 +65,7 @@ class BetterAlertVC: NSViewController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@IBAction func tertiaryButtonAction(_ sender: Any) {
|
@IBAction func tertiaryButtonAction(_ sender: Any) {
|
||||||
if self.actionSecondary != nil {
|
if self.actionTertiary != nil {
|
||||||
self.actionTertiary!(self)
|
self.actionTertiary!(self)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user