1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-12 06:15:45 +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(){
if (theme != TD.settings.getTheme()){
$(document).trigger("uiToggleTheme");
TD.settings.setTheme(theme);
}
me.saveConfig();