Update Program.cs

This commit is contained in:
Matt Parker
2025-08-02 23:09:13 +10:00
parent 95cee5d6b5
commit 8c159c903b

View File

@@ -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");