Skip to content

Commit

Permalink
Improve break window loading
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Sep 25, 2024
1 parent 1613273 commit b6d1d3f
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 b6d1d3f

Please sign in to comment.