Skip to content

Commit

Permalink
Removed outside app frame for release purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
YewoMhango committed Mar 15, 2022
1 parent 8b9dda0 commit b2ccc98
Show file tree
Hide file tree
Showing 2 changed files with 6,033 additions and 262 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ function handleSquirrelEvent() {
app.on("ready", () => {
let win = new BrowserWindow({
title: "Bible",
// frame: false,
// titleBarStyle: "hidden",
frame: false,
titleBarStyle: "hidden",
icon: "Bible.png",
webPreferences: {
nodeIntegration: true,
Expand All @@ -89,7 +89,7 @@ app.on("ready", () => {
})
);

// win.removeMenu();
win.removeMenu();

win.on("closed", () => {
app.quit();
Expand Down
Loading

0 comments on commit b2ccc98

Please sign in to comment.