Commit Debut de rework
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user