mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-17 12:15:47 +02:00
Disable default TweetDeck update notification
This commit is contained in:
parent
bd5c301fb9
commit
ee2f5ae8cb
@ -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.
|
// Block: Disable TweetDeck metrics.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user