@@ -3123,28 +3123,18 @@ def _print_playlist_recovery_error(self):
3123
3123
3124
3124
def _show_no_themes (self ):
3125
3125
if self ._cnf .show_no_themes_message :
3126
- if not curses .can_change_color ():
3127
- txt = '''|This terminal reports to |Curses| (the library
3128
- |this program is based on), that it |cannot
3129
- ||change colors| while running.
3130
-
3131
- |Therefore, using |themes is disabled| and the
3132
- ||default theme| is used.
3133
- '''
3134
- caption = ' Themes Disabled '
3135
- else :
3136
- txt = '''||Curses| (the library this program is based on), will not display
3137
- |colors |correctly| in this terminal, (after they have been |changed by
3138
- |PyRadio.
3126
+ txt = '''||Curses| (the library this program is based on), will not display
3127
+ |colors |correctly| in this terminal, (after they have been |changed by
3128
+ |PyRadio.
3139
3129
3140
- |Therefore, using |themes is disabled| and the |default theme| is used.
3130
+ |Therefore, using |themes is disabled| and the |default theme| is used.
3141
3131
3142
- |For more info, please refer to:
3143
- ||https://github.com/coderholic/pyradio/#virtual-terminal-restrictions
3132
+ |For more info, please refer to:
3133
+ ||https://github.com/coderholic/pyradio/#virtual-terminal-restrictions
3144
3134
3145
- |Press "|x|" to never display this message in the future, or
3146
- '''
3147
- caption = ' Themes Disabled '
3135
+ |Press "|x|" to never display this message in the future, or
3136
+ '''
3137
+ caption = ' Themes Disabled '
3148
3138
3149
3139
self ._show_help (txt , mode_to_set = self .ws .NO_THEMES_MODE , caption = caption )
3150
3140
self ._cnf .no_themes_notification_shown = True
0 commit comments