fix: add cancel button to offline launch dialog

This commit is contained in:
aclist 2026-07-10 15:57:34 +09:00
parent 6c36b741f4
commit fb2772cde2

View File

@ -76,7 +76,7 @@ class OfflineManager:
window.set_sensitive(True) window.set_sensitive(True)
self.emitter.emit("custom_mods_loaded", store, folder) self.emitter.emit("custom_mods_loaded", store, folder)
@call_on_thread(dialogs.waiting_for_launch) @call_on_thread(dialogs.waiting_for_launch, show_cancel=True)
def launch( def launch(
self, self,
appid: int, appid: int,