Add ytsage_stylesheet.py to project structure in README

Updated the README to include the new ytsage_stylesheet.py file under the YTSage GUI directory, reflecting the addition of stylesheet definitions to the project.
This commit is contained in:
oop7
2026-01-24 16:30:15 +02:00
parent 3ae18678e8
commit 217c03379e
+1
View File
@@ -397,6 +397,7 @@ YTSage/
│ ├── 📄 ytsage_gui_format_table.py # Format table functionality │ ├── 📄 ytsage_gui_format_table.py # Format table functionality
│ ├── 📄 ytsage_gui_main.py # Main application window │ ├── 📄 ytsage_gui_main.py # Main application window
│ ├── 📄 ytsage_gui_video_info.py # Video information display │ ├── 📄 ytsage_gui_video_info.py # Video information display
| ├── 📄 ytsage_stylesheet.py # Stylesheet definitions
│ └── 📁 ytsage_gui_dialogs/ # Dialog classes │ └── 📁 ytsage_gui_dialogs/ # Dialog classes
│ ├── 📄 __init__.py # Dialogs package init │ ├── 📄 __init__.py # Dialogs package init
│ ├── 📄 ytsage_dialogs_base.py # Basic dialogs │ ├── 📄 ytsage_dialogs_base.py # Basic dialogs