armcord/preload.js
smartfridge 2f5e059dc7 Rewrite
2021-05-01 14:41:12 +02:00

10 lines
217 B
JavaScript

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