cleaner nice header

This commit is contained in:
talksik
2022-05-01 14:08:10 -05:00
parent 881254d7cf
commit 737808ceee
6 changed files with 27 additions and 6 deletions
+11 -2
View File
@@ -1,4 +1,11 @@
import { BrowserWindow, app, dialog, globalShortcut, ipcMain } from "electron";
import {
BrowserWindow,
Menu,
app,
dialog,
globalShortcut,
ipcMain,
} from "electron";
import Channels, { Dimensions } from "./electron/constants";
import { DimensionPresets } from "./electron/constants";
@@ -32,7 +39,9 @@ const createWindow = (): void => {
},
alwaysOnTop: true,
icon: "./assets/1024x1024.icns",
autoHideMenuBar: true,
frame: false,
roundedCorners: false,
});
// and load the index.html of the app.