Skip to content

Commit

Permalink
Fixed Ubuntu Taskbar Not Showing App
Browse files Browse the repository at this point in the history
For Issue #11
  • Loading branch information
oscartbeaumont committed Apr 18, 2019
1 parent 8796671 commit 7cc082c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function createWindow() {
? false
: !store.get("hideWindowFrame"),
alwaysOnTop: store.get("alwaysOnTop"),
skipTaskbar: true,
toolbar: false,
backgroundColor: "#00000000"
});
Expand Down

0 comments on commit 7cc082c

Please sign in to comment.