| 305 | } |
| 306 | |
| 307 | static void on_disable(color_ostream &out, bool skip_restore_settings = false) { |
| 308 | EventManager::unregisterAll(plugin_self); |
| 309 | announcement_settings.reset(out, skip_restore_settings); |
| 310 | } |
| 311 | |
| 312 | static bool is_squads_open() { |
| 313 | return Gui::matchFocusString("dwarfmode/Squads", Gui::getDFViewscreen()); |
no test coverage detected