add app title
This commit is contained in:
parent
fbe599fd14
commit
11e9e3bf94
2 changed files with 5 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||

|
||||
|
||||
|
||||
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):
|
||||
|
|
|
|||
3
main.py
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue