mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 17:57:06 +02:00
fix: f-string in dialog title
This commit is contained in:
parent
239f806f7e
commit
9a37cebe47
@ -3238,7 +3238,7 @@ class LanDialog(Gtk.MessageDialog):
|
||||
buttons=Gtk.ButtonsType.OK_CANCEL,
|
||||
text="Scan LAN servers",
|
||||
secondary_text="Select the query port",
|
||||
title="{appname}",
|
||||
title=f"{app_name} - Dialog",
|
||||
modal=True,
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user