Skip to content

Commit

Permalink
Make chat window full width in Dark Plus theme
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Nov 18, 2020
1 parent 69533c2 commit 5e20013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/util/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5e20013

Please sign in to comment.