armcord/preload.js
2021-05-01 19:29:51 +02:00

9 lines
No EOL
216 B
JavaScript

const customTitlebar = require('custom-electron-titlebar')
window.addEventListener('DOMContentLoaded', () => {
new customTitlebar.Titlebar({
backgroundColor: customTitlebar.Color.fromHex("#2C2F33"),
});
})