From d21f6bb156b8984a45c9d1d86fb82f56c5f560c6 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Fri, 2 Jul 2021 00:20:38 -0500 Subject: [PATCH] Update TimezoneDataSource.swift --- Clocker/Panel/UI/TimezoneDataSource.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clocker/Panel/UI/TimezoneDataSource.swift b/Clocker/Panel/UI/TimezoneDataSource.swift index 06dbb73..9457903 100644 --- a/Clocker/Panel/UI/TimezoneDataSource.swift +++ b/Clocker/Panel/UI/TimezoneDataSource.swift @@ -157,7 +157,7 @@ extension TimezoneDataSource: NSTableViewDataSource, NSTableViewDelegate { return [] } - func showAlertForDeletingAHomeRow(_ row: Int, _ tableView: NSTableView) { + private func showAlertForDeletingAHomeRow(_ row: Int, _ tableView: NSTableView) { NSApplication.shared.activate(ignoringOtherApps: true) let alert = NSAlert()