0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-04-12 20:03:43 +03:00

ALWAYS_LEAVE_TO_TRAY: Update README.md

This commit is contained in:
Nikolay Bely 2025-03-06 07:11:11 +07:00
parent 942b0c4f09
commit 04761d1675

View File

@ -20,6 +20,7 @@ Native YandexMusic client for Linux. Built using repacking of Windows client (El
- [Custom Electron binary](#custom-electron-binary)
- [Electron arguments](#electron-arguments)
- [Tray mode](#tray-mode)
- [Always leave to tray](#always-leave-to-tray)
- [Dev tools](#dev-tools)
- [Custom title bar](#custom-title-bar)
- [Vibe animation FPS control](#vibe-animation-fps-control)
@ -150,6 +151,12 @@ Tray mode is disabled by default. It allows program to be minimized to tray inst
***
### Always leave to tray
By default, if the TRAY_ENABLED option is enabled, then if the player is paused, the application will close instead of minimizing to the system tray. The `ALWAYS_LEAVE_TO_TRAY=1` option changes this behavior.
***
### Dev tools
Chromium developer/debug tools can be enabled by setting `DEV_TOOLS` option to `1`.