Fix emoji theme fallback

This commit is contained in:
Philipp Hörist 2018-08-19 21:37:34 +02:00
parent 6a33163d42
commit 8564edd5f3
1 changed files with 0 additions and 4 deletions

View File

@ -276,10 +276,6 @@ class EmojiChooser(Gtk.Popover):
def _get_current_theme(self):
theme = app.config.get('emoticons_theme')
if not theme:
log.warning('No emoji theme set')
return
themes = helpers.get_available_emoticon_themes()
if theme not in themes:
if sys.platform not in ('win32', 'darwin'):