diff --git a/Clocker/Preferences/Appearance/AppearanceViewController.swift b/Clocker/Preferences/Appearance/AppearanceViewController.swift index 062afa6..d6be110 100644 --- a/Clocker/Preferences/Appearance/AppearanceViewController.swift +++ b/Clocker/Preferences/Appearance/AppearanceViewController.swift @@ -63,14 +63,6 @@ class AppearanceViewController: ParentViewController { "7 days", ]) - theme.removeAllItems() - theme.addItems(withTitles: [ - "Light", - "Dark", - "System", - "Solarized Light" - ]) - if #available(macOS 11.0, *) { } else {