[News] Added Updater Check to startup

This commit is contained in:
/dev/root 2017-02-28 19:26:12 +01:00
parent f4bbfdf102
commit d0e760108f

View File

@ -237,6 +237,8 @@ namespace Components
if (!Loader::PerformingUnitTests()) if (!Loader::PerformingUnitTests())
{ {
News::GetLatestUpdater();
while (!News::Terminate) while (!News::Terminate)
{ {
News::CheckForUpdate(); News::CheckForUpdate();