Quick change for screenshot icon

This commit is contained in:
_Neo_ 2025-06-27 21:23:18 +03:00
parent f22cf4451f
commit 798e3102ed

View file

@ -208,7 +208,7 @@
<MenuItem <MenuItem
Command="{Binding TakeScreenshot}" Command="{Binding TakeScreenshot}"
Header="{ext:Locale MenuBarFileToolsTakeScreenshot}" Header="{ext:Locale MenuBarFileToolsTakeScreenshot}"
Icon="{ext:Icon fa-solid fa-minimize}" Icon="{ext:Icon fa-solid fa-camera}"
InputGesture="{Binding ScreenshotKey}" InputGesture="{Binding ScreenshotKey}"
IsEnabled="{Binding IsGameRunning}" /> IsEnabled="{Binding IsGameRunning}" />
<MenuItem <MenuItem