From adc617730b0104979fe4c7349df5e06f6a09d7fd Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 18 Sep 2025 20:00:42 +0900 Subject: [PATCH] fix: change f-string --- helpers/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/ui.py b/helpers/ui.py index dc1f64f..10ab6b6 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -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