mirror of
https://github.com/c9moser/sgbackup.git
synced 2026-01-19 19:40:13 +00:00
fixed NewSteamAppsDialog
This commit is contained in:
parent
34669ed753
commit
2535a20352
@ -293,8 +293,6 @@ class NewSteamAppsDialog(Gtk.Dialog):
|
|||||||
child = item.get_child()
|
child = item.get_child()
|
||||||
data = item.get_item()
|
data = item.get_item()
|
||||||
|
|
||||||
print("bind:",data.name)
|
|
||||||
|
|
||||||
child.name_label.set_markup("<span weight='bold' size='large'>{}</span>".format(GLib.markup_escape_text(data.name)))
|
child.name_label.set_markup("<span weight='bold' size='large'>{}</span>".format(GLib.markup_escape_text(data.name)))
|
||||||
child.appid_label.set_text(str(data.appid))
|
child.appid_label.set_text(str(data.appid))
|
||||||
child.installdir_label.set_text(data.installdir)
|
child.installdir_label.set_text(data.installdir)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user