Skip to content

Commit

Permalink
v2.5.5: Enabled updates
Browse files Browse the repository at this point in the history
1000 commits!
  • Loading branch information
MCJack123 committed Apr 17, 2021
1 parent 6300189 commit b056973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ int main(int argc, char*argv[]) {
std::thread(update_thread).detach();
#endif
#if defined(_WIN32) && defined(CRASHREPORT_API_KEY)
if (onboardingMode && !config.snooperEnabled) {
if (onboardingMode == 1 && !config.snooperEnabled) {
SDL_MessageBoxData data;
data.title = "Allow analytics?";
data.message = "CraftOS-PC can automatically upload crash logs to help bugs get fixed. These files are sent anonymously and don't contain direct personal data, but they do include general system information (see https://www.craftos-pc.cc/docs/privacy for more info). Would you like to allow crash logs to be uploaded?";
Expand Down
2 changes: 1 addition & 1 deletion src/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extern "C" {

#define CRAFTOSPC_VERSION "v2.5.5"
#define CRAFTOSPC_CC_VERSION "1.95.3"
#define CRAFTOSPC_INDEV true
#define CRAFTOSPC_INDEV false

// for some reason Clang complains if this isn't present
#ifdef __clang__
Expand Down

0 comments on commit b056973

Please sign in to comment.