macOS: hide horizontal line on home page

This commit is contained in:
tobtoht 2021-07-07 19:06:31 +02:00
parent 161f07d2da
commit 31ceeb478f
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View 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() {