add app title

This commit is contained in:
GloriousEggroll 2025-03-28 01:35:28 -06:00
parent fbe599fd14
commit 11e9e3bf94
2 changed files with 5 additions and 6 deletions

View file

@ -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):

View file

@ -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