Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Dec 9, 2024
1 parent 78133a4 commit 4674128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "libsync/theme.h"

#ifdef WITH_AUTO_UPDATER
#include "libsync/configfile.h"
#include "updater/ocupdater.h"
#ifdef Q_OS_MAC
// FIXME We should unify those, but Sparkle does everything behind the scene transparently
Expand Down Expand Up @@ -69,7 +70,7 @@ void AboutDialog::openBrowserFromUrl(const QUrl &s)
void AboutDialog::setupUpdaterWidget()
{
#ifdef WITH_AUTO_UPDATER
// non standard update channels are only supported by the vanilla theme and the testpilotcloud theme
// non-standard update channels are only supported by the vanilla theme and the testpilotcloud theme
if (!Resources::isVanillaTheme() && !isTestPilotCloudTheme()) {
if (Utility::isMac()) {
// Because we don't have any statusString from the SparkleUpdater anyway we can hide the whole thing
Expand Down

0 comments on commit 4674128

Please sign in to comment.