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()