Skip to content

Commit

Permalink
Improve autostart for Windows Store build
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed May 21, 2024
1 parent 41cec72 commit ffcb359
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- multiple RTL UI issues
- RPM installer conflicts with other Electron apps
- improve break window loading to fix blank window
- autostart option for Windows Store

## [1.15.1] - 2023-11-19
### Fixed
Expand Down
3 changes: 1 addition & 2 deletions app/css/commons.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@ body {
.darwin .darwin-hidden,
.linux .linux-hidden,
.freebsd .linux-hidden,
.openbsd .linux-hidden,
.store .store-hidden {
.openbsd .linux-hidden {
display: none;
}

Expand Down
3 changes: 0 additions & 3 deletions app/platform.js
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
document.body.classList.add(process.platform)
if (process.windowsStore) {
document.body.classList.add('store')
}
2 changes: 1 addition & 1 deletion app/preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</a>
</nav>
<div class="settings">
<div class="store-hidden">
<div>
<input type="checkbox" value="openAtLogin" id="openAtLogin">
<label data-i18next="preferences.settings.openAtLogin" for="openAtLogin"></label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stretchly",
"version": "1.15.1",
"version": "1.15.103",
"description": "The break time reminder app",
"main": "app/main.js",
"engines": {
Expand Down

0 comments on commit ffcb359

Please sign in to comment.