mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
GH-2144 Append '(installed)' to the installed version name
This commit is contained in:
parent
16df8d7b88
commit
4cc7329ce3
3 changed files with 15 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue