Skip to content

Commit

Permalink
Merge pull request #1490 from hovancik/better-win-load
Browse files Browse the repository at this point in the history
Improve break window loading
  • Loading branch information
hovancik authored Sep 25, 2024
2 parents f9e08d0 + b6d1d3f commit 7fac08d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
- Bengali, Serbian and Greek translations

### Fixed
- error when end break shortcut is not set

### Changed
- improved break window loading

## [1.16.0] - 2024-08-11
### Added
- Estonia and Belarus translations
Expand Down
4 changes: 4 additions & 0 deletions app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,8 @@ function startMicrobreak () {
alwaysOnTop: !showBreaksAsRegularWindows,
hasShadow: false,
title: 'Stretchly',
titleBarStyle: 'hidden',
titleBarOverlay: false,
webPreferences: {
preload: path.join(__dirname, './microbreak.js'),
enableRemoteModule: true,
Expand Down Expand Up @@ -840,6 +842,8 @@ function startBreak () {
alwaysOnTop: !showBreaksAsRegularWindows,
hasShadow: false,
title: 'Stretchly',
titleBarStyle: 'hidden',
titleBarOverlay: false,
webPreferences: {
preload: path.join(__dirname, './break.js'),
enableRemoteModule: true,
Expand Down

0 comments on commit 7fac08d

Please sign in to comment.