| 310 | } |
| 311 | |
| 312 | std::vector<std::filesystem::path> consumeStagedFileDialogPaths() |
| 313 | { |
| 314 | #if MR_ENABLE_UI_TEST_ENGINE |
| 315 | return std::exchange( state.stagedFileDialogPaths, {} ); |
| 316 | #else |
| 317 | return {}; |
| 318 | #endif |
| 319 | } |
| 320 | |
| 321 | void appendStatusMessage( std::string msg ) |
| 322 | { |