Skip to content

Commit

Permalink
fallback to default (pyqtgraph upgrade compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronpandolfi committed Oct 9, 2024
1 parent e24cd60 commit 8187d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xicam/gui/settings/appearance.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ def __init__(self):
)

def apply(self):
self["Theme"]()
self["Plot Theme (requires restart)"]()
(self["Theme"] or setDefault)()
(self["Plot Theme (requires restart)"] or setPlotDefault)()

0 comments on commit 8187d3f

Please sign in to comment.