From: Michael Schuster Date: Sun, 1 Mar 2020 03:03:29 +0000 (+0100) Subject: Fix Explorer integration: Hide option on non-Windows X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~345^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=40767f7ae0233821bdc12cb027322bcb62c9f399;p=nextcloud-desktop.git Fix Explorer integration: Hide option on non-Windows Signed-off-by: Michael Schuster --- diff --git a/src/gui/generalsettings.cpp b/src/gui/generalsettings.cpp index 632ae43f8..050e57450 100644 --- a/src/gui/generalsettings.cpp +++ b/src/gui/generalsettings.cpp @@ -100,6 +100,9 @@ GeneralSettings::GeneralSettings(QWidget *parent) if (QOperatingSystemVersion::current() < QOperatingSystemVersion::Windows10) #endif _ui->showInExplorerNavigationPaneCheckBox->setVisible(false); +#else + // Hide on non-Windows + _ui->showInExplorerNavigationPaneCheckBox->setVisible(false); #endif /* Set the left contents margin of the layout to zero to make the checkboxes