Skip to content

Commit

Permalink
bump 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fruitriin committed Jul 3, 2023
1 parent 1af5c51 commit c3769c4
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": "taskbar.fm",
"version": "1.2.0",
"version": "1.2.1",
"description": "Taskbar like windows for mac",
"main": "./out/main/index.js",
"author": "FruitRiin",
Expand Down
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function windowPosition(
width: type === 'bottom' ? display.workArea.width : 210,
height: type !== 'bottom' ? display.workArea.height : 60,
x: type === "right" ? display.workArea.width - 210 : 0,
y: type === 'bottom' ? display.workArea.height - 35 : 0
y: type === 'bottom' ? display.workArea.height : 0
}
}

Expand Down

0 comments on commit c3769c4

Please sign in to comment.