Commit Debut de rework

This commit is contained in:
2022-03-19 23:05:19 +01:00
parent aebc60d17f
commit ab02d292da
24 changed files with 233 additions and 211 deletions
+4 -3
View File
@@ -19,14 +19,15 @@ namespace LaDOSE.DesktopApp
{
#if DEBUG
MessageBox.Show("WAITING IN DEBUG MODE");
MessageBox.Show("WAITING IN DEBUG MODE");
#endif
base.OnStartup(e);
var settings = new CefSettings();
settings.SetOffScreenRenderingBestPerformanceArgs();
Cef.Initialize(settings);
base.OnStartup(e);
}