| 85 | } |
| 86 | |
| 87 | bool ScriptPane::openWithInventory() const { |
| 88 | return m_config.getBool("openWithInventory", false); |
| 89 | } |
| 90 | |
| 91 | bool ScriptPane::closeWithInventory() const { |
| 92 | return m_config.getBool("closeWithInventory", openWithInventory()); |
no test coverage detected