1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-09-14 19:32:10 +02:00

Compare commits

..

3 Commits

Author SHA1 Message Date
a0445fbb12 Release 1.12.1.1 2018-01-12 12:48:14 +01:00
7ab5d7b796 Release 1.12.1 2018-01-12 12:40:09 +01:00
7f83a7773b Fix 'Show this thread' not working >_> 2018-01-12 12:39:46 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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");

View File

@@ -114,7 +114,7 @@
return if !btn;
btn.addEventListener("click", function(){
$TD.showNotificationTweetDetail();
$TD.showTweetDetail();
});
})();