mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-22 18:15:47 +02:00
Force popup notification setting display in TweetDeck columns
This commit is contained in:
parent
5c91dec62a
commit
e7c12e7791
@ -57,6 +57,11 @@
|
||||
refreshColumnObservers();
|
||||
})();
|
||||
|
||||
// Popup notifications
|
||||
window.TD.controller.notifications.hasNotifications = function(){
|
||||
return true;
|
||||
};
|
||||
|
||||
isInitialized = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user