fixed issue with new button welcome window

This commit is contained in:
2025-11-23 02:55:48 -05:00
parent 009b285baa
commit d1e0b14561
4 changed files with 7 additions and 5 deletions

View File

@@ -215,6 +215,8 @@ namespace anm2ed
continue;
}
SDL_FlashWindow(window, SDL_FLASH_UNTIL_FOCUSED);
auto paths = socket_paths_receive(client);
for (auto& path : paths)
{