Added support to open file when double clicked in explorer.

This commit is contained in:
Tobias Erbshäußer
2026-04-04 14:04:31 +02:00
parent 371709c0fe
commit 3247b46174
+6 -1
View File
@@ -24,7 +24,12 @@ namespace UCalc
{
base.OnContentRendered(e);
if (_showRecover)
var args = Environment.GetCommandLineArgs();
if (args.Length > 1)
{
OpenBilling(args[1]);
}
else if (_showRecover)
{
_showRecover = false;