Reuse OtherLogsPage directly

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li
2025-06-03 15:44:11 +08:00
parent 289645266a
commit 1aa8d7bc13
11 changed files with 251 additions and 964 deletions

View File

@@ -46,7 +46,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));
values.append(new OtherLogsPage(inst));
values.append(new OtherLogsPage("logs", tr("Other logs"), "Other-Logs", inst));
return values;
}