1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-14 03:15:49 +02:00

Disable default TweetDeck update notification

This commit is contained in:
chylex 2017-11-04 03:30:50 +01:00
parent bd5c301fb9
commit ee2f5ae8cb

View File

@ -1290,6 +1290,14 @@
});
}
//
// Block: Disable default TweetDeck update notification, as the app usually reloads automatically every so often.
//
onAppReady.push(function(){
let events = $._data(document, "events");
delete events["uiSuggestRefreshToggle"];
});
//
// Block: Disable TweetDeck metrics.
//