GH-1652 save all instance settings on launch if instance window is already open
This commit is contained in:
@ -215,7 +215,7 @@ void PageContainer::currentChanged(const QModelIndex ¤t)
|
||||
showPage(current.isValid() ? m_proxyModel->mapToSource(current).row() : -1);
|
||||
}
|
||||
|
||||
bool PageContainer::requestClose(QCloseEvent *event)
|
||||
bool PageContainer::prepareToClose()
|
||||
{
|
||||
for (auto page : m_model->pages())
|
||||
{
|
||||
|
Reference in New Issue
Block a user