Latest version check on Insight startup

This commit is contained in:
Nav
2021-10-18 01:09:53 +01:00
parent 5d3bddac01
commit 10b80e24ba
2 changed files with 38 additions and 0 deletions

View File

@@ -100,6 +100,13 @@ namespace Bloom
*/
void shutdown();
/**
* Queries the Bloom server for the latest version number. If the current version number doesn't match the
* latest version number returned by the server, we'll display a warning in the logs to instruct the user to
* upgrade.
*/
void checkBloomVersion();
/**
* Because Insight occupies the main thread, it must handle any application shutdown requests.
*