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:
parent
acb5e184e8
commit
e53681416f
@ -255,7 +255,7 @@ enabled(){
|
||||
|
||||
setTimeout(function(){
|
||||
if (theme != TD.settings.getTheme()){
|
||||
$(document).trigger("uiToggleTheme");
|
||||
TD.settings.setTheme(theme);
|
||||
}
|
||||
|
||||
me.saveConfig();
|
||||
|
Loading…
Reference in New Issue
Block a user