mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-08 20:09:43 +00:00
macOS: hide horizontal line on home page
This commit is contained in:
parent
161f07d2da
commit
31ceeb478f
1 changed files with 4 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue