Skip to content

Commit

Permalink
- Minor bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OzymandiasTheGreat committed Nov 3, 2020
1 parent d2472bd commit 7a50b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function createWindow(): BrowserWindow {
// alwaysOnTop: true, // ALSO NOT IMPLEMENTED ON LINUX
fullscreenable: false,
title: PKG.name.split("-").map((w) => w.slice(0, 1).toUpperCase() + w.slice(1)).join(" "),
icon: getAsset("icons/icon-48.png"),
icon: getAsset("icons/icon-48x48.png"),
show: false,
frame: false,
// backgroundColor: "", // TODO Theming
Expand Down

0 comments on commit 7a50b2a

Please sign in to comment.