diff --git a/src/MaaWpfGui/Res/Localizations/en-us.xaml b/src/MaaWpfGui/Res/Localizations/en-us.xaml index ee4acac7c3..feb983aab8 100644 --- a/src/MaaWpfGui/Res/Localizations/en-us.xaml +++ b/src/MaaWpfGui/Res/Localizations/en-us.xaml @@ -108,7 +108,8 @@ ↑ Often Used Sometimes Used ↑ ← Start Tasks - ↓ Hover to Copy/Rename/Delete + Hover to Copy/Rename/Delete +↓ Right-click gear for more options User Guide 📖 Website & Documentation You can find MAA's official website and complete documentation at "{key=Settings} - {key=AboutUs} - {key=Website}". diff --git a/src/MaaWpfGui/Res/Localizations/ja-jp.xaml b/src/MaaWpfGui/Res/Localizations/ja-jp.xaml index d0f68e658f..7ec6754e49 100644 --- a/src/MaaWpfGui/Res/Localizations/ja-jp.xaml +++ b/src/MaaWpfGui/Res/Localizations/ja-jp.xaml @@ -108,7 +108,8 @@ ↑ よく使われる あまり使われていない ↑ ← タスクを開始 - ↓ ホバーでコピー/名前変更/削除 + ホバーでコピー/名前変更/削除 +↓ 歯車を右クリックで操作一覧 使用ガイド 📖 公式サイトとドキュメント MAA の公式サイトと完全なドキュメントは「{key=Settings} - {key=AboutUs} - {key=Website}」でご覧いただけます。 diff --git a/src/MaaWpfGui/Res/Localizations/ko-kr.xaml b/src/MaaWpfGui/Res/Localizations/ko-kr.xaml index d786512f17..4090d02fb2 100644 --- a/src/MaaWpfGui/Res/Localizations/ko-kr.xaml +++ b/src/MaaWpfGui/Res/Localizations/ko-kr.xaml @@ -108,7 +108,8 @@ ↑ 자주 쓰는 설정 가끔 쓰는 설정 ↑ ← 연결 및 동작 시작 - ↓ 마우스 오버하여 복사/이름 변경/삭제 + 마우스 오버하여 복사/이름 변경/삭제 +↓ 기어 우클릭으로 더 많은 작업 사용 가이드 📖 공식 웹사이트 및 문서 "{key=Settings} - {key=AboutUs} - {key=Website}"에서 MAA의 공식 웹사이트와 전체 문서를 찾을 수 있습니다. diff --git a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml index facf3b338e..d4cfd3408f 100644 --- a/src/MaaWpfGui/Res/Localizations/zh-cn.xaml +++ b/src/MaaWpfGui/Res/Localizations/zh-cn.xaml @@ -108,7 +108,8 @@ ↑ 常用的 不常用的 ↑ ← 开始任务 - ↓ 悬停显示 复制/重命名/删除 + 悬停显示 复制/重命名/删除 +↓ 右键齿轮显示更多操作 使用指引 📖 官网与文档 您可以在「{key=Settings} - {key=AboutUs} - {key=Website}」找到 MAA 的官方网站和完整文档。 diff --git a/src/MaaWpfGui/Res/Localizations/zh-tw.xaml b/src/MaaWpfGui/Res/Localizations/zh-tw.xaml index ca6e19f120..015834d890 100644 --- a/src/MaaWpfGui/Res/Localizations/zh-tw.xaml +++ b/src/MaaWpfGui/Res/Localizations/zh-tw.xaml @@ -108,7 +108,8 @@ ↑ 常用的 不常用的 ↑ ← 開始任務 - ↓ 懸停顯示 複製/重新命名/刪除 + 懸停顯示 複製/重新命名/刪除 +↓ 右鍵齒輪顯示更多操作 使用指引 📖 官網與文件 您可以在「{key=Settings} - {key=AboutUs} - {key=Website}」找到 MAA 的官方網站和完整文件。 diff --git a/src/MaaWpfGui/Views/UI/TaskQueueView.xaml b/src/MaaWpfGui/Views/UI/TaskQueueView.xaml index a27bc70dae..f9ae228841 100644 --- a/src/MaaWpfGui/Views/UI/TaskQueueView.xaml +++ b/src/MaaWpfGui/Views/UI/TaskQueueView.xaml @@ -223,6 +223,7 @@ hc:VisualElement.HighlightForeground="{DynamicResource PrimaryBrush}" Background="Transparent" BorderThickness="0" + ContextMenuService.IsEnabled="{Binding DataContext.Idle, RelativeSource={RelativeSource AncestorType=UserControl}}" GroupName="TaskSettings" IsChecked="{Binding EnableSetting}" Style="{DynamicResource RadioGroupItemSingle}"> @@ -251,10 +252,23 @@ + + + + + + + + + diff --git a/src/MaaWpfGui/Views/UserControl/GuideUserControl.xaml b/src/MaaWpfGui/Views/UserControl/GuideUserControl.xaml index 3de1417a0f..1cac64b2d2 100644 --- a/src/MaaWpfGui/Views/UserControl/GuideUserControl.xaml +++ b/src/MaaWpfGui/Views/UserControl/GuideUserControl.xaml @@ -479,9 +479,17 @@ + + + + + + + +