fix: Theme view not being scrollable anymore

(cherry picked from commit 86c555d053)
This commit is contained in:
WerWolv
2025-12-23 15:56:54 +01:00
parent c51f68d0fb
commit 49abdf1b10

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;