ui: Don't check for updates on the welcome screen

This commit is contained in:
Matt Borgerson 2022-04-23 20:43:14 -07:00 committed by mborgerson
parent 0891752dce
commit 8d018d8daa
1 changed files with 1 additions and 1 deletions

View File

@ -2181,7 +2181,7 @@ void xemu_hud_init(SDL_Window* window, void* sdl_gl_context)
ImPlot::CreateContext();
#if defined(_WIN32)
if (g_config.general.updates.check) {
if (!g_config.general.show_welcome && g_config.general.updates.check) {
update_window.check_for_updates_and_prompt_if_available();
}
#endif