Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
arwebSE committed Aug 13, 2022
1 parent 4708b07 commit cc4e3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miEl",
"version": "1.3.1",
"version": "1.3.2",
"description": "A beautiful desktop weather widget",
"main": "dist/main/index.cjs",
"repository": "https://github.com/arwebSE/miel.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const setAutoStart = (autoStart = getSettings().autoStart) => {
const setAlwaysOnTop = (alwaysOnTop = getSettings().alwaysOnTop) => {
timeConsole("Setting alwaysOnTop:", alwaysOnTop);
if (win) {
win.setAlwaysOnTop(alwaysOnTop);
win.setAlwaysOnTop(alwaysOnTop, "screen-saver");
}
};

Expand Down

0 comments on commit cc4e3d8

Please sign in to comment.