File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments