mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-28 21:00:20 +02:00
Added refresh button on managed java list
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
5232b3cd89
commit
a7dad96a70
@ -296,3 +296,7 @@ void JavaPage::on_removeJavaButton_clicked()
|
||||
}
|
||||
}
|
||||
}
|
||||
void JavaPage::on_refreshJavaButton_clicked()
|
||||
{
|
||||
ui->managedJavaList->loadList();
|
||||
}
|
||||
|
@ -77,6 +77,7 @@ class JavaPage : public QWidget, public BasePage {
|
||||
void on_removeExtraPathButton_clicked();
|
||||
void on_downloadJavaButton_clicked();
|
||||
void on_removeJavaButton_clicked();
|
||||
void on_refreshJavaButton_clicked();
|
||||
void on_maxMemSpinBox_valueChanged(int i);
|
||||
void checkerFinished();
|
||||
|
||||
|
@ -376,6 +376,13 @@
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="refreshJavaButton">
|
||||
<property name="text">
|
||||
<string>Refresh</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user