adding mui basic

This commit is contained in:
talksik
2022-05-27 21:11:43 -05:00
parent 7e40949fc8
commit 50e006b2d2
4 changed files with 344 additions and 8 deletions
+3
View File
@@ -16,6 +16,9 @@ const createWindow = (): void => {
// Create the browser window.
const mainWindow = new BrowserWindow({
...DEFAULT_APP_PRESET,
// titleBarStyle: "hiddenInset",
frame: false,
roundedCorners: true,
});
// and load the index.html of the app.