feat(in-app-menu): add an option to hide the window controls (#1335)

This commit is contained in:
JellyBrick
2023-10-19 22:34:18 +09:00
committed by GitHub
parent f3cd759276
commit 5fcba8619a
4 changed files with 30 additions and 4 deletions

View File

@ -125,6 +125,7 @@ const defaultConfig = {
* true in Windows, false in Linux and macOS (see youtube-music/config/store.ts)
*/
enabled: false,
hideDOMWindowControls: false,
},
'last-fm': {
enabled: false,