mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-11 12:15:44 +02:00
...
This commit is contained in:
parent
b0883229bf
commit
f9cf582306
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user