We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5b9e9 commit d52a265Copy full SHA for d52a265
2 files changed
changelog.md
@@ -5,6 +5,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5
6
7
8
+## [0.2.2] PENDING
9
+
10
+### Added
11
12
+### Changed
13
+- **[app-window]:** moves app window to the center of the screen
14
15
+### Fixed
16
17
18
19
## [0.2.1] 2020/08/25
20
21
### Added
main.ts
@@ -15,8 +15,7 @@ function createWindow() {
// Create the browser window.
win = new BrowserWindow({
- x: 0,
- y: 0,
+ center: true,
width: size.width,
height: size.height,
22
icon: path.join(__dirname, 'src/assets/icons/favicon.png'),
0 commit comments