Re-order dependencies

This commit is contained in:
TC
2021-03-31 20:27:15 +02:00
parent 0d2b61472c
commit ff9e39e2ee
2 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,7 @@
const customTitlebar = require("custom-electron-titlebar");
const { remote, ipcRenderer } = require("electron");
const customTitlebar = require("custom-electron-titlebar");
module.exports = () => {
const myBar = new customTitlebar.Titlebar({
backgroundColor: customTitlebar.Color.fromHex("#050505"),