| 387 | } |
| 388 | |
| 389 | std::string App::getDefaultFileDialogFolder() const { |
| 390 | return mLastFileFolder.empty() ? getLastUsedFolder() : mLastFileFolder; |
| 391 | } |
| 392 | |
| 393 | std::string App::getLastUsedFolder() const { |
| 394 | if ( !mCurrentProject.empty() && mCurrentProject != getPlaygroundPath() ) |
no test coverage detected