mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 17:57:06 +02:00
fix: change f-string
This commit is contained in:
parent
8acd359028
commit
adc617730b
@ -2878,7 +2878,7 @@ class TreeView(Gtk.TreeView):
|
||||
logger.critical(
|
||||
"Config file has no value set for 'default_steam_path'"
|
||||
)
|
||||
msg = f"Local Steam installation is not set, possibly malformed config file."
|
||||
msg = "Local Steam installation is not set, possibly malformed config file."
|
||||
spawn_dialog(msg, Popup.NOTIFY)
|
||||
return None
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user