mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 11:56:57 +03:00
Fix silly bug with icon not changing on the toolbar when the icon key changes.
This commit is contained in:
parent
952b63f68d
commit
ad7711b87c
1 changed files with 0 additions and 2 deletions
|
|
@ -639,10 +639,8 @@ void MainWindow::on_actionChangeInstIcon_triggered()
|
|||
if (dlg.result() == QDialog::Accepted)
|
||||
{
|
||||
m_selectedInstance->setIconKey(dlg.selectedIconKey);
|
||||
/*
|
||||
auto ico = MMC->icons()->getIcon(dlg.selectedIconKey);
|
||||
ui->actionChangeInstIcon->setIcon(ico);
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue