From 8ea9f386131d9f08fff49e16b86566ccee75e516 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Thu, 12 Dec 2024 13:26:32 +0500 Subject: [PATCH] vesktop: update settings --- dot-config/vesktop/settings.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dot-config/vesktop/settings.json b/dot-config/vesktop/settings.json index d407d78..432e2c5 100644 --- a/dot-config/vesktop/settings.json +++ b/dot-config/vesktop/settings.json @@ -1,7 +1,11 @@ { "discordBranch": "stable", "minimizeToTray": true, - "arRPC": true, + "arRPC": false, "splashColor": "rgb(205, 214, 244)", - "splashBackground": "rgb(30, 30, 46)" + "splashBackground": "rgb(30, 30, 46)", + "staticTitle": true, + "enableMenu": true, + "splashTheming": true, + "disableMinSize": false } \ No newline at end of file