mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
Fix for handling exceptions thrown by dispatcher which were crashing PT Run (#5199)
* fix report window error icon * fix for launching web page to create new issue * Made icon theme aware * removed exception that was added by mistake * modified the issue reporting link to match that in the settings page * added comment
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
<system:String x:Key="reportWindow_sending">Отправляем</system:String>
|
||||
<system:String x:Key="reportWindow_report_succeed">Отчёт успешно отправлен</system:String>
|
||||
<system:String x:Key="reportWindow_report_failed">Не удалось отправить отчёт</system:String>
|
||||
<system:String x:Key="reportWindow_wox_got_an_error">Произошёл сбой в Wox</system:String>
|
||||
<system:String x:Key="reportWindow_wox_got_an_error">Произошёл сбой в PT Run</system:String>
|
||||
|
||||
<!--update-->
|
||||
<system:String x:Key="update_wox_update_new_version_available">Доступна новая версия Wox V{0}</system:String>
|
||||
|
||||
Reference in New Issue
Block a user