fix(macos): make showNoNewTabAlert method private #5939

This commit is contained in:
McNight
2025-02-25 00:18:02 +01:00
parent 1254c6b981
commit b4349d3226

View File

@ -442,7 +442,7 @@ class QuickTerminalController: BaseTerminalController {
}
}
func showNoNewTabAlert() {
private func showNoNewTabAlert() {
guard let window else { return }
let alert = NSAlert()
alert.messageText = "Cannot Create New Tab"