From 66eebc2e11fc6c3d0c66eff75bab29f586ce3d38 Mon Sep 17 00:00:00 2001 From: "Tux3 / Mlkj / !Lev.uXFMLA" Date: Fri, 14 Nov 2014 00:01:49 +0100 Subject: [PATCH] Enable auto-updates for OS X --- src/autoupdate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autoupdate.h b/src/autoupdate.h index 346d9a787..4462db105 100644 --- a/src/autoupdate.h +++ b/src/autoupdate.h @@ -27,7 +27,7 @@ #ifdef Q_OS_WIN #define AUTOUPDATE_ENABLED 1 #elif defined(Q_OS_OSX) -#define AUTOUPDATE_ENABLED 0 +#define AUTOUPDATE_ENABLED 1 #else #define AUTOUPDATE_ENABLED 0 #endif