mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 02:37:20 +02:00
fix: update dialog string
This commit is contained in:
parent
0eeec490c2
commit
d5b415316e
@ -338,7 +338,7 @@ class ServerModelManager:
|
||||
def _cleanup_when_no_model(self) -> None:
|
||||
self.emitter.emit("saved_servers_changed")
|
||||
|
||||
@call_on_thread(dialog.scanning, show_cancel=True)
|
||||
@call_on_thread(dialogs.checking_history, show_cancel=True)
|
||||
def _dump_history(self) -> None:
|
||||
history = self.controller.get_prefs().paths.history
|
||||
try:
|
||||
|
||||
@ -11,6 +11,7 @@ fetching_mods = "Fetching mod metadata"
|
||||
deleting_mods = "Unsubscribing mods"
|
||||
scanning_mods = "Scanning mods"
|
||||
parsing_mods = "Parsing mods"
|
||||
checking_history = "Checking history"
|
||||
|
||||
checking_api = "Checking API key"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user