diff --git a/UI/window-basic-auto-config.cpp b/UI/window-basic-auto-config.cpp index e72b772e39484c..e64e3b610a259f 100644 --- a/UI/window-basic-auto-config.cpp +++ b/UI/window-basic-auto-config.cpp @@ -745,7 +745,7 @@ AutoConfig::AutoConfig(QWidget *parent) : QWizard(parent) std::string serviceType; GetServiceInfo(serviceType, serviceName, server, key); -#ifdef _WIN32 +#if defined(_WIN32) || defined(__APPLE__) setWizardStyle(QWizard::ModernStyle); #endif streamPage = new AutoConfigStreamPage();