mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
GH-2144 Append '(installed)' to the installed version name
This commit is contained in:
@ -41,6 +41,7 @@ VersionSelectWidget::VersionSelectWidget(QWidget* parent)
|
||||
void VersionSelectWidget::setCurrentVersion(const QString& version)
|
||||
{
|
||||
m_currentVersion = version;
|
||||
m_proxyModel->setCurrentVersion(version);
|
||||
}
|
||||
|
||||
void VersionSelectWidget::setEmptyString(QString emptyString)
|
||||
|
Reference in New Issue
Block a user