diff --git a/README.md b/README.md index e10b8e3..25978d6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![screenshot](screenshots/flatshop_agnostic2.png) -This is very much currently WIP. +All basic flatpak functionality implementation is done. DONE: - Appstream metadata loading and search @@ -23,16 +23,16 @@ DONE: - System mode backend - Search function - System mode toggle +- Update button functions TODO: -- Update button functions -- Update management GUI - Refresh metadata button +- Update management GUI - List Applications only checkbox +- Sort runtimes from Desktop Apps - Package information page/section. - Implement subcategories - General GUI layout/theming improvements -- Sort runtimes from Desktop Apps - add about section Usage (Temporary until proper packaging is added): diff --git a/main.py b/main.py index bc5ad2d..1b1376d 100755 --- a/main.py +++ b/main.py @@ -15,8 +15,7 @@ from pathlib import Path class MainWindow(Gtk.Window): def __init__(self): - super().__init__() - + super().__init__(title="Flatshop") # Store search results as an instance variable self.all_apps = [] self.category_results = [] # Initialize empty list