From 5e20013d7636580803b3cc0faa58dfe9a4746890 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Wed, 18 Nov 2020 16:24:20 +0530 Subject: [PATCH] Make chat window full width in Dark Plus theme --- src/windows/util/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/util/theme.js b/src/windows/util/theme.js index d2bc79a7..4c87284e 100644 --- a/src/windows/util/theme.js +++ b/src/windows/util/theme.js @@ -30,7 +30,7 @@ function customizeMetadata(current, options) { let metadata; metadata = current.replace("theme = 'old'", "theme = 'custom'"); - console.log("replaced 1"); + metadata = current.replace("fullscreen = 0", "fullscreen = 1"); let opts = { _bg: options && options.bg ? options.bg : "#1f232a",