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
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;