fix: change f-string

This commit is contained in:
aclist 2025-09-18 20:00:42 +09:00
parent 8acd359028
commit adc617730b

View File

@ -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