mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: add tech debt comment
This commit is contained in:
parent
f2501871ee
commit
5a0ab92985
@ -66,6 +66,7 @@ class ServerDialog(GenericDialog):
|
||||
|
||||
class ServerDetailsDialog(ServerDialog):
|
||||
def __init__(self, controller: "Controller", details: "Details"):
|
||||
# TODO: server name should also be packed in details struct
|
||||
name = controller.get_server_name()
|
||||
super().__init__(controller, strings.server_details, name, menu=None)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user