From 6aed5166c35cf04b109b9cc70112b931f8158404 Mon Sep 17 00:00:00 2001 From: koraynilay Date: Sat, 13 Mar 2021 00:52:33 +0100 Subject: [PATCH] removed TODO for finishing of actual install in install_gtk() --- legendary/gui/gui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/legendary/gui/gui.py b/legendary/gui/gui.py index 311a28e..e6f1a78 100755 --- a/legendary/gui/gui.py +++ b/legendary/gui/gui.py @@ -111,7 +111,6 @@ def update_avail(app_name): else: return "" -# TODO: finish actual install def install_gtk(app_name, app_title, parent): install_dialog = Gtk.MessageDialog( parent=parent, destroy_with_parent=True,