armcord/preload.js

9 lines
216 B
JavaScript

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