mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
Force the updater dialog to be non-modal so users can continue using the application while checking for or downloading updates. This improves user experience by not blocking interaction with the main window. The dialog is explicitly set to non-modal in the constructor, overriding any setting from the UI file. Signed-off-by: Zephyron <zephyron@citron-emu.org>