| 79 | } |
| 80 | |
| 81 | void SettingsResourcePathsControl::notifyEndDialogOpenSaveFile(Dialog* _sender, bool _result) |
| 82 | { |
| 83 | if (_result) |
| 84 | mResourcePaths->addItem(mOpenSaveFileDialog->getCurrentFolder()); |
| 85 | |
| 86 | mOpenSaveFileDialog->endModal(); |
| 87 | } |
| 88 | |
| 89 | void SettingsResourcePathsControl::OnCommand(std::string_view _command) |
| 90 | { |