diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-05-23 12:12:07 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-05-23 12:12:07 +1000 |
commit | 0abe47ab6c3e9c64d686549e9520566f3eb44b6a (patch) | |
tree | 6455d7e250b104ec6d6f80dea5a07b894fed25db /source/frontend/StarScriptPane.hpp | |
parent | f42031dc9ee89d58232442320ae44447cd0acda5 (diff) |
slightly smarter inventory close behavior with panes that open with the inventory
Diffstat (limited to 'source/frontend/StarScriptPane.hpp')
-rw-r--r-- | source/frontend/StarScriptPane.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarScriptPane.hpp b/source/frontend/StarScriptPane.hpp index 9f31dc6..e583d51 100644 --- a/source/frontend/StarScriptPane.hpp +++ b/source/frontend/StarScriptPane.hpp @@ -20,6 +20,7 @@ public: PanePtr createTooltip(Vec2I const& screenPosition) override; bool openWithInventory() const; + bool closeWithInventory() const; EntityId sourceEntityId() const; |