From 09d9e6c152e2e070d640b35f3303f5c94c9f76ea Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sat, 2 Aug 2025 23:11:06 +1000 Subject: [PATCH] Update Program.cs --- src/SharpIDE.Photino/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SharpIDE.Photino/Program.cs b/src/SharpIDE.Photino/Program.cs index d59ed8b..d8fde98 100644 --- a/src/SharpIDE.Photino/Program.cs +++ b/src/SharpIDE.Photino/Program.cs @@ -31,6 +31,7 @@ public class Program .SetDevToolsEnabled(true) //.SetMaximized(true) .SetLogVerbosity(0) + //.SetLocation(new Point(2560, 0)) // This will open the window at the specified location //.SetUseOsDefaultLocation(true) // This will open the window on the same monitor as where the exe is launched from //.SetIconFile("favicon.ico") .SetTitle("SharpIDE.Photino");