mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
9 lines
No EOL
216 B
JavaScript
9 lines
No EOL
216 B
JavaScript
const customTitlebar = require('custom-electron-titlebar')
|
|
|
|
window.addEventListener('DOMContentLoaded', () => {
|
|
new customTitlebar.Titlebar({
|
|
backgroundColor: customTitlebar.Color.fromHex("#2C2F33"),
|
|
});
|
|
|
|
|
|
}) |