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:
parent
c7279eaa34
commit
bd2c43e1f4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user