Update app unread badge to dot instead of punctuation

paste-quickfix
Magnus Hauge Bakke 9 years ago
parent 08f6ec0f05
commit 570f293399
  1. 2
      js/notifications.js

@ -155,7 +155,7 @@ weechat.factory('notifications', ['$rootScope', '$log', 'models', 'settings', fu
textColor: '#ff0'
});
// Set app badge to "." when only unread and no notifications
updateBadge(".");
updateBadge("");
}
}
};

Loading…
Cancel
Save