Merge pull request #4930 from vitor-k/pause-on-unfocus

Pause when in background
This commit is contained in:
Weiyi Wang 2019-09-20 14:51:01 -04:00 committed by GitHub
commit 377abfa3e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 39 additions and 0 deletions

View file

@ -74,6 +74,7 @@ struct Values {
bool confirm_before_closing;
bool first_start;
bool pause_when_in_background;
bool updater_found;
bool update_on_close;