Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RoderickQiu committed Jan 31, 2020
1 parent 7bb2818 commit abbeaad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wnr",
"version": "1.10.0",
"version": "1.10.1",
"description": "It's a timer app with strong expansibility for computers. The name is an abbr of \"Work and Rest\".",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions timer.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ <h3>
}

function warningGiver(isend) {
moreThanOneMin = 1;
if (store.get("sound") == true || store.get("sound") == undefined) {
if (isend != 0) {
player.src = path.join(__dirname, "\\res\\sound\\time-end.wav");
Expand Down

0 comments on commit abbeaad

Please sign in to comment.