From 7316efe6d0e85abfa85a96148f9340170e670ea9 Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko Date: Thu, 3 Oct 2024 19:30:23 +0300 Subject: [PATCH] Update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 89e10e1..231cbd4 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ 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) + - [Dev tools](#dev-tools) + - [Custom title bar](#custom-title-bar) - [Manual Build](#manual-build) - [Prerequisites](#prerequisites) - [Extract app only](#extract-app-only) @@ -150,6 +152,12 @@ Chromium developer/debug tools can be enabled by setting `DEV_TOOLS` option to ` *** +### Custom title bar + +Yandex Music's custom Windows-styled titlebar can be enabled by setting `CUSTOM_TITLE_BAR` option to `1`. Also makes the window frameless. + +*** + ## Manual Build ### Prerequisites