Update ThemeRepo.plugin.js
This commit is contained in:
parent
96a1c9deb1
commit
6adccb756b
|
@ -158,6 +158,7 @@ module.exports = (_ => {
|
|||
preview = BDFDB.WindowUtils.open(this, "https://mwittrien.github.io/BetterDiscordAddons/Plugins/_res/DiscordPreview.html", {
|
||||
alwaysOnTop: settings.keepOnTop,
|
||||
showOnReady: true,
|
||||
devTools: BDFDB.ListenerUtils.isPressed(16),
|
||||
frame: false,
|
||||
onLoad: _ => {
|
||||
let titleBar = document.querySelector(BDFDB.dotCN.titlebar);
|
||||
|
|
Loading…
Reference in New Issue