From afa1a5e93228350ea5689b39655046b49a0133a5 Mon Sep 17 00:00:00 2001 From: flow Date: Sun, 28 Aug 2022 22:31:48 -0300 Subject: feat: modify InfoFrame and ResourcePackPage to show ResourcePack info Signed-off-by: flow --- launcher/ui/widgets/InfoFrame.h | 1 + 1 file changed, 1 insertion(+) (limited to 'launcher/ui/widgets/InfoFrame.h') diff --git a/launcher/ui/widgets/InfoFrame.h b/launcher/ui/widgets/InfoFrame.h index d69dc232..4b6df023 100644 --- a/launcher/ui/widgets/InfoFrame.h +++ b/launcher/ui/widgets/InfoFrame.h @@ -39,6 +39,7 @@ class InfoFrame : public QFrame { void updateWithMod(Mod const& m); void updateWithResource(Resource const& resource); + void updateWithResourcePack(ResourcePack const& rp); public slots: void descriptionEllipsisHandler(QString link); -- cgit