flutter: Windows: Change title to Mill Game
This commit is contained in:
parent
88428f3ea2
commit
f5d3009cb0
|
@ -30,7 +30,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
|
|||
FlutterWindow window(&run_loop, project);
|
||||
Win32Window::Point origin(10, 10);
|
||||
Win32Window::Size size(428, 926);
|
||||
if (!window.CreateAndShow(L"app", origin, size)) {
|
||||
if (!window.CreateAndShow(L"Mill Game", origin, size)) {
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
window.SetQuitOnClose(true);
|
||||
|
|
Loading…
Reference in New Issue