mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Shallow search and lazy loading for Other Logs page
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -44,10 +44,7 @@ class InstancePageProvider : protected QObject, public BasePageProvider {
|
||||
// values.append(new GameOptionsPage(onesix.get()));
|
||||
values.append(new ScreenshotsPage(FS::PathCombine(onesix->gameRoot(), "screenshots")));
|
||||
values.append(new InstanceSettingsPage(onesix));
|
||||
auto logMatcher = inst->getLogFileMatcher();
|
||||
if (logMatcher) {
|
||||
values.append(new OtherLogsPage(inst, logMatcher));
|
||||
}
|
||||
values.append(new OtherLogsPage(inst));
|
||||
return values;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user