mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
allways load java list on autodetect
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -54,7 +54,7 @@ class VersionSelectWidget : public QWidget {
|
||||
~VersionSelectWidget();
|
||||
|
||||
//! loads the list if needed.
|
||||
void initialize(BaseVersionList* vlist);
|
||||
void initialize(BaseVersionList* vlist, bool forceLoad = false);
|
||||
|
||||
//! Starts a task that loads the list.
|
||||
void loadList();
|
||||
|
Reference in New Issue
Block a user