Add configurable default shift and confirmation dialog

This commit is contained in:
PANDA Project
2026-08-07 15:07:52 +02:00
parent 19e86bad61
commit 4bbdd85ae1
8 changed files with 320 additions and 11 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ using Microsoft.Win32;
[assembly: AssemblyDescription("Deinstallationsprogramm für PANDA")]
[assembly: AssemblyProduct("PANDA")]
[assembly: AssemblyCompany("PANDA")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
namespace PandaUninstall
{