Jelajahi Sumber

Window title rebranded

thegamer 7 tahun lalu
induk
melakukan
ac30572b63
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      js/panel_controller.js

+ 2 - 2
js/panel_controller.js

@@ -84,12 +84,12 @@
         if (count > 0) {
             extension.navigator.setBadgeText(count);
             if (inboxOpened === true && appWindow) {
-                appWindow.contentWindow.document.title = "Signal (" + count + ")";
+                appWindow.contentWindow.document.title = "Cable (" + count + ")";
             }
         } else {
             extension.navigator.setBadgeText("");
             if (inboxOpened === true && appWindow) {
-                appWindow.contentWindow.document.title = "Signal";
+                appWindow.contentWindow.document.title = "Cable";
             }
         }
     };