mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
Disable storing error reports on the user’s desktop
This commit is contained in:
@@ -68,7 +68,7 @@ internal sealed partial class GlobalErrorHandler
|
|||||||
{error}
|
{error}
|
||||||
""";
|
""";
|
||||||
|
|
||||||
StoreReport(report, true);
|
StoreReport(report, storeOnDesktop: false);
|
||||||
|
|
||||||
PInvoke.MessageBox(
|
PInvoke.MessageBox(
|
||||||
HWND.Null,
|
HWND.Null,
|
||||||
|
|||||||
Reference in New Issue
Block a user