From 217c03379eed9d63c5d75ef6e91652fae9c4cd40 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Sat, 24 Jan 2026 16:30:15 +0200 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 841153e..bf4a712 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ YTSage/ │ ├── 📄 ytsage_gui_format_table.py # Format table functionality │ ├── 📄 ytsage_gui_main.py # Main application window │ ├── 📄 ytsage_gui_video_info.py # Video information display + | ├── 📄 ytsage_stylesheet.py # Stylesheet definitions │ └── 📁 ytsage_gui_dialogs/ # Dialog classes │ ├── 📄 __init__.py # Dialogs package init │ ├── 📄 ytsage_dialogs_base.py # Basic dialogs