Skip to content

Commit b4166da

Browse files
committed
Remove redundant subsections from TrayApp documentation in README
- Eliminated unused subsections (`Overview`, `Basic Usage`, `TrayAppState API`, and `Advanced Examples`) for a cleaner and more concise documentation structure. - Updated the `TrayApp` header for improved readability and consistency with other sections.
1 parent 21d1162 commit b4166da

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@
6060
- [Icon Limitations](#icon-limitations)
6161
- [Theme Behavior](#theme-behavior)
6262
- [🧪 TrayApp (Experimental)](#-trayapp-experimental)
63-
- [Overview](#overview)
64-
- [Basic Usage](#basic-usage)
65-
- [TrayAppState API](#trayappstate-api)
66-
- [Advanced Examples](#advanced-examples)
6763
- [📄 License](#-license)
6864
- [🤝 Contribution](#-contribution)
6965
- [👨‍💻 Author](#-author)
@@ -556,7 +552,7 @@ By default, icons are optimized by OS: 32x32px (Windows), 44x44px (macOS), 24x24
556552
- **Windows**: Follows the system theme
557553
- **Linux**: Varies by desktop environment (GNOME/KDE/etc.)
558554

559-
# TrayApp
555+
# 🧪 TrayApp (Experimental)
560556

561557
`TrayApp` gives your desktop app a **system‑tray/menu‑bar icon** and a **tiny popup window** for quick actions. It’s perfect for quick toggles, mini dashboards, and “control center” UIs.
562558

0 commit comments

Comments
 (0)