Pause on unfocused first draft

This is a MVP, still needs one or more configuration option(s) and
review of the code style.
This commit is contained in:
vitor-k 2019-09-10 21:52:17 -03:00
parent d6f2bc8c04
commit 23405b4ce1
2 changed files with 17 additions and 0 deletions

View file

@ -68,6 +68,8 @@ public:
GameList* game_list;
std::unique_ptr<DiscordRPC::DiscordInterface> discord_rpc;
public slots:
void OnLoseFocus(Qt::ApplicationState state);
signals:
/**