]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
macOS: hide horizontal line on home page
authortobtoht <thotbot@protonmail.com>
Wed, 7 Jul 2021 17:06:31 +0000 (19:06 +0200)
committertobtoht <thotbot@protonmail.com>
Wed, 7 Jul 2021 17:06:31 +0000 (19:06 +0200)
src/MainWindow.cpp

index 110e2be9900352028de6e6801c9e48e5c331118c..2cc7816cc9ae8483af516fcd392ac016f37423d1 100644 (file)
@@ -208,6 +208,10 @@ void MainWindow::initWidgets() {
 #else
     ui->tabWidget->setTabVisible(Tabs::XMRIG, false);
 #endif
+
+#if defined(Q_OS_MACOS)
+    ui->line->hide();
+#endif
 }
 
 void MainWindow::initMenu() {