mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 02:20:00 +03:00
GH-1652 save all instance settings on launch if instance window is already open
This commit is contained in:
parent
dd0e996081
commit
8731318fef
6 changed files with 28 additions and 6 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue