fix: Settings view still using old system and not opening properly

This commit is contained in:
WerWolv
2023-12-04 22:17:43 +01:00
parent caee764af3
commit 08fd09064a
3 changed files with 57 additions and 65 deletions

View File

@@ -154,7 +154,7 @@ namespace hex {
public:
explicit Floating(std::string unlocalizedName) : Window(std::move(unlocalizedName)) {}
[[nodiscard]] ImGuiWindowFlags getWindowFlags() const { return ImGuiWindowFlags_NoDocking; }
[[nodiscard]] ImGuiWindowFlags getWindowFlags() const override { return ImGuiWindowFlags_NoDocking; }
};
/**