1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-09 05:34:05 +02:00

Fix analytics not counting applying ROT13 on non-editable text

This commit is contained in:
chylex 2018-06-19 21:35:35 +02:00
parent c7279eaa34
commit bd2c43e1f4

View File

@ -196,6 +196,7 @@ void ViewImage(string path){
case MenuReadApplyROT13:
string selection = parameters.SelectionText;
control.InvokeAsyncSafe(() => FormMessage.Information("ROT13", StringUtils.ConvertRot13(selection), FormMessage.OK));
control.InvokeAsyncSafe(analytics.AnalyticsFile.UsedROT13.Trigger);
return true;
case MenuSearchInBrowser: