diff --git a/src/SharpIDE.Photino/Program.cs b/src/SharpIDE.Photino/Program.cs index 15a4eeb..d59ed8b 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) + //.SetUseOsDefaultLocation(true) // This will open the window on the same monitor as where the exe is launched from //.SetIconFile("favicon.ico") .SetTitle("SharpIDE.Photino");