From c3ab832672e0ec0b42546d52d4b1714f3ce0c4d2 Mon Sep 17 00:00:00 2001 From: Luckyvb Date: Thu, 10 Jun 2021 00:54:32 +0300 Subject: [PATCH] Update PVEDiscordDark.js --- PVEDiscordDark/js/PVEDiscordDark.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVEDiscordDark/js/PVEDiscordDark.js b/PVEDiscordDark/js/PVEDiscordDark.js index a25361a..a63586b 100644 --- a/PVEDiscordDark/js/PVEDiscordDark.js +++ b/PVEDiscordDark/js/PVEDiscordDark.js @@ -37,7 +37,7 @@ function patchGaugeWidget() { }; function patchBackupConfig() { - PVE.window.BackupConfig.prototype.items.style['background-color'] = '#23272a'; + //PVE.window.BackupConfig.prototype.items.style['background-color'] = '#23272a'; }; function patchDiskSmartWindow() { @@ -46,7 +46,7 @@ function patchDiskSmartWindow() { } function patchTFAEdit() { - PVE.window.TFAEdit.prototype.items[0].items[0].items[1].style["background-color"] = 'transparent'; + //PVE.window.TFAEdit.prototype.items[0].items[0].items[1].style["background-color"] = 'transparent'; } function patchCreateWidget() {