Update Twitter username

This commit is contained in:
Jaex 2022-01-22 08:18:52 +03:00
parent 6b993b1848
commit 19aa3ea9ae
3 changed files with 5 additions and 4 deletions

View file

@ -6,8 +6,8 @@
[![Release](https://img.shields.io/github/v/release/ShareX/ShareX?label=Release&color=brightgreen&cacheSeconds=3600)](https://github.com/ShareX/ShareX/releases/latest)
[![Downloads](https://img.shields.io/github/downloads/ShareX/ShareX/total?label=Downloads&cacheSeconds=3600)](https://getsharex.com/downloads/)
[![Discord](https://img.shields.io/discord/194170124859736065?label=Discord&cacheSeconds=3600)](https://discord.gg/ShareX)
[![Twitter](https://img.shields.io/twitter/follow/GetShareX?cacheSeconds=3600)](https://twitter.com/GetShareX)
[![Twitter](https://img.shields.io/twitter/follow/ShareX?cacheSeconds=3600)](https://twitter.com/ShareX)
[![Screenshot](https://getsharex.com/img/ShareX_Screenshot.png)](https://getsharex.com)
### For further information check [getsharex.com](https://getsharex.com)
### For further information check [getsharex.com](https://getsharex.com)

View file

@ -40,9 +40,10 @@ public static class Links
public const string URL_MCORED = "https://github.com/McoreD";
public const string URL_STEAM = "http://store.steampowered.com/app/400040/";
public const string URL_DISCORD = "https://discord.gg/ShareX";
public const string URL_TWITTER = "https://twitter.com/GetShareX";
public const string URL_TWITTER = "https://twitter.com/ShareX";
private const string URL_DOCS = URL_WEBSITE + "/docs";
public const string URL_CUSTOM_UPLOADER = URL_DOCS + "/custom-uploader";
public const string URL_REGION_CAPTURE = URL_DOCS + "/region-capture";
public const string URL_CUSTOM_UPLOADERS = "https://github.com/ShareX/CustomUploaders";
}
}

View file

@ -1079,7 +1079,7 @@ internal void CreateToolbar()
}
}
URLHelpers.OpenURL("https://getsharex.com/docs/region-capture");
URLHelpers.OpenURL(Links.URL_REGION_CAPTURE);
};
tsddbOptions.DropDownItems.Add(tsmiKeybinds);