Refactoring verbiage, preliminary zip scan

This commit is contained in:
2023-04-23 10:57:12 -05:00
parent c4eaa57f57
commit 23c2a99c7d
5 changed files with 22 additions and 16 deletions

View File

@@ -64,7 +64,7 @@ class Window(Gtk.ApplicationWindow):
if not self._controller:
raise ControllerStartException("Controller exited and doesn't exist...")
self.add( self._controller.get_core_widget() )
self.add( self._controller.get_base_container() )
def _set_window_data(self) -> None:
screen = self.get_screen()