feat: Next version

This commit is contained in:
Christian Pauly 2020-11-25 11:36:33 +01:00
commit 6a53a0230b
7 changed files with 76 additions and 28 deletions

View file

@ -24,7 +24,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
FlutterWindow window(&run_loop, project);
Win32Window::Point origin(10, 10);
Win32Window::Size size(1280, 720);
if (!window.CreateAndShow(L"Fluffychat", origin, size)) {
if (!window.CreateAndShow(L"FluffyChat", origin, size)) {
return EXIT_FAILURE;
}
window.SetQuitOnClose(true);