1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-11 12:15:44 +02:00
This commit is contained in:
chylex 2018-07-08 10:09:44 +02:00
parent b0883229bf
commit f9cf582306

View File

@ -310,7 +310,7 @@
// Function: Shows tweet detail, used in notification context menu.
//
execSafe(function setupShowTweetDetail(){
throw 1 if !ensurePropertyExists(TD, "ui", "updates", "showDetailVieww");
throw 1 if !ensurePropertyExists(TD, "ui", "updates", "showDetailView");
throw 2 if !ensurePropertyExists(TD, "controller", "columnManager", "showColumn");
throw 3 if !ensurePropertyExists(TD, "controller", "columnManager", "getByApiid");
throw 4 if !ensurePropertyExists(TD, "controller", "clients", "getPreferredClient");