Basic support for launcher log page

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li 2025-06-03 04:41:48 +08:00
parent df90d0cb0d
commit c58cc3396a
No known key found for this signature in database
11 changed files with 631 additions and 91 deletions

View file

@ -24,5 +24,5 @@ class ResourcePack : public DataPack {
/** Gets, respectively, the lower and upper versions supported by the set pack format. */
[[nodiscard]] std::pair<Version, Version> compatibleVersions() const override;
virtual QString directory() { return "/assets"; }
QString directory() override { return "/assets"; }
};