From 86b86ddd196cd9d16ab7896835d0affe4eaa8a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20G=C3=BCm=C3=BC=C5=9F?= <10urgumus@gmail.com> Date: Thu, 20 Jan 2022 04:43:23 +0300 Subject: [PATCH] Added show user info variable to the cfg --- src/main/base/store.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/base/store.ts b/src/main/base/store.ts index 766fddb0..4c573a93 100644 --- a/src/main/base/store.ts +++ b/src/main/base/store.ts @@ -55,7 +55,8 @@ export class ConfigStore { "animated_artwork": "limited", // 0 = always, 1 = limited, 2 = never "animated_artwork_qualityLevel": 1, "bg_artwork_rotation": false, - "hw_acceleration": "default" // default, webgpu, disabled + "hw_acceleration": "default", // default, webgpu, disabled + "showuserinfo": true }, "lyrics": { "enable_mxm": false,