mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-17 07:55:55 -04:00
Merge pull request #2808 from Trial97/fix_java_download_crash
fix java crash on refresh
This commit is contained in:
commit
281621cfc0
@ -57,5 +57,5 @@ class ExactListFilter : public Filter {
|
||||
bool accepts(const QString& value) override;
|
||||
|
||||
private:
|
||||
const QStringList& m_pattern;
|
||||
QStringList m_pattern;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user