mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 09:47:36 +02:00
fix: add cancel button to offline launch dialog
This commit is contained in:
parent
6c36b741f4
commit
fb2772cde2
@ -76,7 +76,7 @@ class OfflineManager:
|
||||
window.set_sensitive(True)
|
||||
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(
|
||||
self,
|
||||
appid: int,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user