fix: Theme view not being scrollable anymore

This commit is contained in:
WerWolv
2025-12-23 15:56:54 +01:00
parent 49ec30899e
commit 86c555d053

View File

@@ -17,6 +17,8 @@ namespace hex::plugin::builtin {
[[nodiscard]] bool shouldDraw() const override { return true; }
[[nodiscard]] bool hasViewMenuItemEntry() const override { return false; }
bool allowScroll() const override { return true; }
private:
std::string m_themeName;