From 2535a20352bc7e60d519cc63a27856a9ff8c14dd Mon Sep 17 00:00:00 2001 From: Christian Moser Date: Mon, 17 Feb 2025 23:00:10 +0100 Subject: [PATCH] fixed NewSteamAppsDialog --- sgbackup/gui/_steam.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sgbackup/gui/_steam.py b/sgbackup/gui/_steam.py index 9e9513b..8cb82f6 100644 --- a/sgbackup/gui/_steam.py +++ b/sgbackup/gui/_steam.py @@ -293,8 +293,6 @@ class NewSteamAppsDialog(Gtk.Dialog): child = item.get_child() data = item.get_item() - print("bind:",data.name) - child.name_label.set_markup("{}".format(GLib.markup_escape_text(data.name))) child.appid_label.set_text(str(data.appid)) child.installdir_label.set_text(data.installdir)