Skip to content

Commit

Permalink
Disabled forced updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolcord committed Aug 9, 2019
1 parent 375a254 commit ff0bc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Level-Headed/Update_Thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void Update_Thread::run() {
const bool FORCE_UPDATE_CHECK = false;

//Run the update check
bool ignoreUpdates = true;
bool ignoreUpdates = false;
this->readableConfigFile->Get_Value("Ignore_Updates", ignoreUpdates);
if (FORCE_UPDATE_CHECK) { ignoreUpdates = false; this->version = "0.0.0"; }
QString newVersion = QString();
Expand Down

0 comments on commit ff0bc95

Please sign in to comment.