From e7c12e7791b0535c50870590b19696c625624bab Mon Sep 17 00:00:00 2001
From: chylex <info@chylex.com>
Date: Mon, 11 Apr 2016 17:02:56 +0200
Subject: [PATCH] Force popup notification setting display in TweetDeck columns

---
 Resources/code.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Resources/code.js b/Resources/code.js
index 7f87152a..84d87516 100644
--- a/Resources/code.js
+++ b/Resources/code.js
@@ -57,6 +57,11 @@
       refreshColumnObservers();
     })();
     
+    // Popup notifications
+    window.TD.controller.notifications.hasNotifications = function(){
+      return true;
+    };
+    
     isInitialized = true;
   };