mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
fix: typo
This commit is contained in:
parent
0bb8f3206f
commit
b300b614a0
@ -215,7 +215,7 @@ class ModManager:
|
|||||||
|
|
||||||
def _server_timeout(self) -> None:
|
def _server_timeout(self) -> None:
|
||||||
dialog = ExceptionDialog(self.controller, server_timeout)
|
dialog = ExceptionDialog(self.controller, server_timeout)
|
||||||
dialog.set_seconary_text(kb.DZG_006)
|
dialog.set_secondary_text(kb.DZG_006)
|
||||||
dialog.run()
|
dialog.run()
|
||||||
|
|
||||||
def select_colorized(self) -> None:
|
def select_colorized(self) -> None:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user