Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
fix: dialogs on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx committed Jun 30, 2019
1 parent 4abba0c commit 1341a8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wexond",
"version": "2.2.3",
"version": "2.2.2",
"description": "Extensible, fast and innovative web browser with material UI.",
"keywords": [
"web-browser",
Expand Down
1 change: 1 addition & 0 deletions src/main/windows/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export class AuthWindow extends BrowserWindow {
height: HEIGHT,
transparent: true,
show: false,
fullscreenable: false,
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
Expand Down
1 change: 1 addition & 0 deletions src/main/windows/find.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export class FindWindow extends BrowserWindow {
width: WIDTH,
height: HEIGHT,
transparent: true,
fullscreenable: false,
show: false,
webPreferences: {
nodeIntegration: true,
Expand Down
1 change: 1 addition & 0 deletions src/main/windows/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export class PermissionsWindow extends BrowserWindow {
height: 200,
transparent: true,
show: false,
fullscreenable: false,
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
Expand Down

0 comments on commit 1341a8d

Please sign in to comment.