Browse Source

Subdued animation option.

pull/92/head
Abhishek 4 years ago
parent
commit
b4a345343a
  1. 2
      Clocker/Panel/UI/TimezoneDataSource.swift

2
Clocker/Panel/UI/TimezoneDataSource.swift

@ -124,7 +124,7 @@ extension TimezoneDataSource: NSTableViewDataSource, NSTableViewDelegate {
let indexSet = IndexSet(integer: row)
tableView.removeRows(at: indexSet, withAnimation: NSTableView.AnimationOptions.slideUp)
tableView.removeRows(at: indexSet, withAnimation: NSTableView.AnimationOptions())
if DataStore.shared().shouldDisplay(ViewType.showAppInForeground) {
windowController.deleteTimezone(at: row)

Loading…
Cancel
Save