| 221 | }; |
| 222 | |
| 223 | LaunchId start(const std::string& filePath) { |
| 224 | auto parameters = std::make_shared<Bundle>(); |
| 225 | parameters->putString(NOTES_FILE_ARGUMENT, filePath); |
| 226 | return app::start(manifest.appId, parameters); |
| 227 | } |
| 228 | |
| 229 | } // namespace tt::app::notes |