fix: Scrolling view open state not getting saved anymore

This commit is contained in:
WerWolv
2026-01-29 19:43:57 +01:00
parent b9e0a9f0e6
commit 81e561d47b

View File

@@ -195,8 +195,6 @@ namespace hex {
bool allowScroll() const final {
return true;
}
[[nodiscard]] bool shouldStoreWindowState() const override { return false; }
};
/**