mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Fixed crash wheree empty prefab exists
This commit is contained in:
@@ -80,11 +80,6 @@ int ApplicationMain(int argc, char* argv[])
|
||||
|
||||
int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hInstPrev, LPSTR cdmline, int cmdshow)
|
||||
{
|
||||
BOOL USE_DARK_MODE = true;
|
||||
BOOL SET_IMMERSIVE_DARK_MODE_SUCCESS = SUCCEEDED(DwmSetWindowAttribute(
|
||||
WINhWnd, DWMWINDOWATTRIBUTE::DWMWA_USE_IMMERSIVE_DARK_MODE,
|
||||
&USE_DARK_MODE, sizeof(USE_DARK_MODE)));
|
||||
|
||||
return ApplicationMain(__argc, __argv);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user