This commit is contained in:
theitaliandeveloper
2025-10-29 13:37:05 +01:00
parent 3601baea19
commit 09b00a5f85
7 changed files with 169 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
using Perfect11.TweaksInterface;
using System;
using System.Diagnostics;
using System.Windows.Forms;
@@ -37,7 +38,7 @@ namespace Perfect11.Inbox.RemoveWindowsAI
}
else
{
return "Operation aborted by user.";
throw new Exception("Operation aborted by user.");
}
}
}