flutter: Windows: Change title to Mill Game

This commit is contained in:
Calcitem 2021-02-17 18:49:19 +08:00
parent 88428f3ea2
commit f5d3009cb0
1 changed files with 1 additions and 1 deletions

View File

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