diff --git a/templates/yandex-music.sh b/templates/yandex-music.sh index 11e9d5e..1107b6e 100644 --- a/templates/yandex-music.sh +++ b/templates/yandex-music.sh @@ -22,4 +22,6 @@ fi ELECTRON_BIN=${ELECTRON_CUSTOM_BIN:-%electron_path%} +export TRAY_ENABLED=${TRAY_ENABLED:-0} + exec "${ELECTRON_BIN}" "/usr/lib/yandex-music/yandex-music.asar" $ELECTRON_ARGS $WAYLAND_FLAGS \ No newline at end of file