diff --git a/Core/Other/Analytics/AnalyticsReportGenerator.cs b/Core/Other/Analytics/AnalyticsReportGenerator.cs index 0c6ba8e5..b28a7919 100644 --- a/Core/Other/Analytics/AnalyticsReportGenerator.cs +++ b/Core/Other/Analytics/AnalyticsReportGenerator.cs @@ -42,7 +42,6 @@ public static AnalyticsReport Create(AnalyticsFile file, ExternalInfo info, Plug { "Clear Cache Threshold" , Exact(SysConfig.ClearCacheThreshold) }, 0, { "Expand Links" , Bool(UserConfig.ExpandLinksOnHover) }, - { "Switch Account Selectors" , Bool(false) }, // TODO remove in next major update { "Search In First Column" , Bool(UserConfig.OpenSearchInFirstColumn) }, { "Keep Like Follow Dialogs Open" , Bool(UserConfig.KeepLikeFollowDialogsOpen) }, { "Best Image Quality" , Bool(UserConfig.BestImageQuality) }, diff --git a/Program.cs b/Program.cs index 81516ce7..c598305e 100644 --- a/Program.cs +++ b/Program.cs @@ -19,7 +19,7 @@ static class Program{ public const string BrandName = "TweetDuck"; public const string Website = "https://tweetduck.chylex.com"; - public const string VersionTag = "1.13.6"; + public const string VersionTag = "1.14"; public static readonly string ProgramPath = AppDomain.CurrentDomain.BaseDirectory; public static readonly bool IsPortable = File.Exists(Path.Combine(ProgramPath, "makeportable")); diff --git a/bld/Resources/devtools_resources.pak b/bld/Resources/devtools_resources.pak index c77019ac..271b771a 100644 Binary files a/bld/Resources/devtools_resources.pak and b/bld/Resources/devtools_resources.pak differ