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

ALWAYS_LEAVE_TO_TRAY: Update config

This commit is contained in:
Nikolay Bely 2025-03-06 06:58:43 +07:00
parent f781d6a5d1
commit 942b0c4f09
2 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,4 @@ ELECTRON_ARGS="--no-sandbox"
TRAY_ENABLED=0
DEV_TOOLS=0
VIBE_ANIMATION_MAX_FPS=25
ALWAYS_LEAVE_TO_TRAY=0

View File

@ -26,5 +26,6 @@ export TRAY_ENABLED=${TRAY_ENABLED:-0}
export DEV_TOOLS=${DEV_TOOLS:-0}
export CUSTOM_TITLE_BAR=${CUSTOM_TITLE_BAR:-0}
export VIBE_ANIMATION_MAX_FPS=${VIBE_ANIMATION_MAX_FPS:-25}
export ALWAYS_LEAVE_TO_TRAY=${ALWAYS_LEAVE_TO_TRAY:-0}
exec "${ELECTRON_BIN}" "%asar_path%" $ELECTRON_ARGS $WAYLAND_FLAGS