mirror of
https://github.com/chylex/TweetDuck.git
synced 2026-02-18 17:46:36 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a0445fbb12 | |||
| 7ab5d7b796 | |||
| 7f83a7773b |
@@ -20,7 +20,7 @@ namespace TweetDuck{
|
||||
public const string BrandName = "TweetDuck";
|
||||
public const string Website = "https://tweetduck.chylex.com";
|
||||
|
||||
public const string VersionTag = "1.12";
|
||||
public const string VersionTag = "1.12.1.1";
|
||||
|
||||
public static readonly bool IsPortable = File.Exists("makeportable");
|
||||
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
return if !btn;
|
||||
|
||||
btn.addEventListener("click", function(){
|
||||
$TD.showNotificationTweetDetail();
|
||||
$TD.showTweetDetail();
|
||||
});
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user