mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
[Browser] Remove Favorites tab while it remains broken
This commit is contained in:
parent
c899525e30
commit
b1fb9ba23e
@ -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…
x
Reference in New Issue
Block a user