fix(macos): make showNoNewTabAlert method private #5939

pull/5955/head
McNight 2025-02-25 00:18:02 +01:00
parent 1254c6b981
commit b4349d3226
1 changed files with 1 additions and 1 deletions

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"