Skip to content

Commit 4cf3c7b

Browse files
committed
respect width/height (no fullscreen) if set in electronOptions in config.js
1 parent 91fd931 commit 4cf3c7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
99

1010
_This release is scheduled to be released on 2023-10-01._
1111

12-
> ⚠️ This release needs nodejs version > `v18`, older release have reached end of life and will not work!
12+
> ⚠️ This release needs nodejs version >= `v18`, older release have reached end of life and will not work!
1313
1414
### Added
1515

@@ -45,6 +45,7 @@ _This release is scheduled to be released on 2023-10-01._
4545
- Fix time issue with certain recurring events in calendar module
4646
- Fix ipWhiteList test (#3179)
4747
- Fix newsfeed: Convert HTML entities, codes and tag in description (#3191)
48+
- Respect width/height (no fullscreen) if set in electronOptions in `config.js` (#3174)
4849

4950
## [2.24.0] - 2023-07-01
5051

js/electron.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ function createWindow() {
130130
});
131131

132132
mainWindow.once("ready-to-show", () => {
133-
mainWindow.setFullScreen(true);
134133
mainWindow.show();
135134
});
136135
}

0 commit comments

Comments
 (0)