Skip to content

Commit

Permalink
perf: 移除显示、隐藏输入框时UI通知
Browse files Browse the repository at this point in the history
  • Loading branch information
ZGGSONG committed Nov 21, 2024
1 parent eef85ea commit 43ba526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/STranslate/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,8 @@ private void OnlyShowRet()
common.IsOnlyShowRet = !common.IsOnlyShowRet;
common.SaveCommand.Execute(null);

var msg = (common.IsOnlyShowRet ? "隐藏" : "显示") + "非输出部分";
ToastHelper.Show(msg);
//var msg = (common.IsOnlyShowRet ? "隐藏" : "显示") + "非输出部分";
//ToastHelper.Show(msg);
}

private void OnWordsSelectedChanged(string content)
Expand Down

0 comments on commit 43ba526

Please sign in to comment.