mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-29 20:34:04 +02:00
Remove unnecessary properties from TweetDeckBridge
This commit is contained in:
parent
b42cd1c048
commit
26fb977d05
@ -21,18 +21,6 @@ public static void ResetStaticProperties(){
|
|||||||
private readonly FormBrowser form;
|
private readonly FormBrowser form;
|
||||||
private readonly FormNotification notification;
|
private readonly FormNotification notification;
|
||||||
|
|
||||||
public string BrandName{
|
|
||||||
get{
|
|
||||||
return Program.BrandName;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public string VersionTag{
|
|
||||||
get{
|
|
||||||
return Program.VersionTag;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public bool MuteNotifications{
|
public bool MuteNotifications{
|
||||||
get{
|
get{
|
||||||
return Program.UserConfig.MuteNotifications;
|
return Program.UserConfig.MuteNotifications;
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
if (menu.length === 0)return;
|
if (menu.length === 0)return;
|
||||||
|
|
||||||
menu.children(".drp-h-divider").last().after([
|
menu.children(".drp-h-divider").last().after([
|
||||||
'<li class="is-selectable" data-std><a href="#" data-action="td-settings">'+$TD.brandName+' settings</a></li>',
|
'<li class="is-selectable" data-std><a href="#" data-action="td-settings">TweetDuck settings</a></li>',
|
||||||
'<li class="is-selectable" data-std><a href="#" data-action="td-plugins">'+$TD.brandName+' plugins</a></li>',
|
'<li class="is-selectable" data-std><a href="#" data-action="td-plugins">TweetDuck plugins</a></li>',
|
||||||
'<li class="drp-h-divider"></li>'
|
'<li class="drp-h-divider"></li>'
|
||||||
].join(""));
|
].join(""));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user