diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 8ca66903b9ce..e25b849df6ed 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1236,10 +1236,12 @@ void restartOnMac(bool passArguments) { #endif } +#if HAVE_FEATURE_UPDATE_MAR bool isTimeForUpdateCheck() { return true; } +#endif } |