| 208 | } |
| 209 | |
| 210 | bool ViewerSettingsPlugin::onDisable_() |
| 211 | { |
| 212 | if ( viewer ) |
| 213 | if ( const auto& mgr = viewer->getViewerSettingsManager() ) |
| 214 | mgr->saveSettings( *viewer ); |
| 215 | Config::instance().writeToFile(); |
| 216 | userThemesPresets_.clear(); |
| 217 | return true; |
| 218 | } |
| 219 | |
| 220 | void ViewerSettingsPlugin::drawTab_( float menuWidth ) |
| 221 | { |
nothing calls this directly
no test coverage detected