diff --git a/lib/libimhex/include/hex/ui/view.hpp b/lib/libimhex/include/hex/ui/view.hpp index e82ecc1cd..f65bf34a0 100644 --- a/lib/libimhex/include/hex/ui/view.hpp +++ b/lib/libimhex/include/hex/ui/view.hpp @@ -158,6 +158,7 @@ namespace hex { explicit Floating(UnlocalizedString unlocalizedName) : Window(std::move(unlocalizedName), "") {} [[nodiscard]] ImGuiWindowFlags getWindowFlags() const override { return ImGuiWindowFlags_NoDocking; } + [[nodiscard]] bool shouldStoreWindowState() const override { return false; } }; /**