We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6721daa commit 2dd8e48Copy full SHA for 2dd8e48
pyradio/radio.py
@@ -5753,6 +5753,7 @@ def keypress(self, char):
5753
if self._config_win.mouse_support_option_changed:
5754
self._print_mouse_restart_info()
5755
if self._config_win.need_to_update_theme:
5756
+ self._cnf.use_calculated_colors = False if self._cnf.opts['calculated_color_factor'][1] == '0' else True
5757
self._theme.recalculate_theme()
5758
elif ret == 1:
5759
''' config not modified '''
0 commit comments