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