1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-05 02:34:07 +02:00

Fix TweetDeck update breaking theme setting in edit-design plugin

This commit is contained in:
chylex 2018-10-18 20:44:09 +02:00
parent acb5e184e8
commit e53681416f

View File

@ -255,7 +255,7 @@ enabled(){
setTimeout(function(){ setTimeout(function(){
if (theme != TD.settings.getTheme()){ if (theme != TD.settings.getTheme()){
$(document).trigger("uiToggleTheme"); TD.settings.setTheme(theme);
} }
me.saveConfig(); me.saveConfig();