Only auto unpause when auto paused

This commit is contained in:
vitor-k 2019-09-11 21:53:26 -03:00
parent 23405b4ce1
commit 7224ec57f6
2 changed files with 5 additions and 1 deletions

View file

@ -233,6 +233,8 @@ private:
// The path to the game currently running
QString game_path;
bool auto_paused = false;
// Movie
bool movie_record_on_start = false;
QString movie_record_path;