mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:45:34 +00:00
[Browser] Remove Favorites tab while it remains broken
This commit is contained in:
parent
c899525e30
commit
b1fb9ba23e
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ MainWindow::MainWindow(QWidget *parent)
|
|||
tblServerBrowser->setModel(proxyModel);
|
||||
tblFavorites->setModel(proxyModel);
|
||||
|
||||
// Remove Favorites tab while it remains broken
|
||||
tabWidget->removeTab(1);
|
||||
|
||||
tblServerBrowser->hideColumn(ServerData::ADDR);
|
||||
tblFavorites->hideColumn(ServerData::ADDR);
|
||||
|
||||
|
|
Loading…
Reference in a new issue