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