mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +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}
|
||||
""";
|
||||
|
||||
StoreReport(report, true);
|
||||
StoreReport(report, storeOnDesktop: false);
|
||||
|
||||
PInvoke.MessageBox(
|
||||
HWND.Null,
|
||||
|
||||
Reference in New Issue
Block a user