Reset to Beta 2 for continued work

This commit is contained in:
heliguy4599
2023-09-10 20:54:56 -04:00
parent e899af121e
commit d7ddfbd4b1
3 changed files with 254 additions and 236 deletions

View File

@@ -26,7 +26,6 @@ gi.require_version('Adw', '1')
from gi.repository import Gtk, Gio, Adw, GLib
from .window import FlattoolGuiWindow
from .orphans_window import OrphansWindow
class FlattoolGuiApplication(Adw.Application):
@@ -62,7 +61,7 @@ class FlattoolGuiApplication(Adw.Application):
self.props.active_window.batch_select_all_handler(select_button)
def manage_data_shortcut(self, widget, _):
OrphansWindow(self.props.active_window)
self.props.active_window.orphans_window()
def refresh_list_shortcut(self, widget, _):
self.props.active_window.refresh_list_of_flatpaks(widget, True)