Skip to content

Commit

Permalink
Merge pull request #53 from anson0370/find_disappear_cursor
Browse files Browse the repository at this point in the history
find disappera cursor back when quit
  • Loading branch information
guo-yu committed Jan 21, 2014
2 parents 43f410c + 89fa71b commit 82b8c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/fm.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ Fm.prototype.stop = function() {
}

Fm.prototype.quit = function() {
if (this.menu) this.menu.stop();
return process.exit();
}

Expand Down

0 comments on commit 82b8c30

Please sign in to comment.