mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 09:08:42 +00:00
GH-1645 reimplement open/close instance window based on settings
This commit is contained in:
@@ -94,7 +94,7 @@ bool PageContainer::selectPage(QString pageId)
|
||||
{
|
||||
index = m_proxyModel->mapFromSource(m_model->index(page->listIndex));
|
||||
}
|
||||
else
|
||||
if(!index.isValid())
|
||||
{
|
||||
index = m_proxyModel->index(0, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user