From d1e6ba2ebc9a501efdb4b374692c58c1e1c75312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20G=C3=BCm=C3=BC=C5=9F?= <10urgumus@gmail.com> Date: Wed, 19 Jan 2022 23:39:09 +0300 Subject: [PATCH] Added show user info variable to the cfg --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 2d02b3a0..e12d2bcd 100644 --- a/index.js +++ b/index.js @@ -62,7 +62,8 @@ const configDefaults = { "animated_artwork_qualityLevel": 1, "bg_artwork_rotation": false, "hw_acceleration": "default", // default, webgpu, disabled - "videoRes": 720 + "videoRes": 720, + "showuserinfo": true }, "lyrics": { "enable_mxm": false,