1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 13:09:49 +04:00

Merge remote-tracking branch 'OFW/dev' into dev [ci skip]

This commit is contained in:
MX
2024-06-17 23:59:15 +03:00
20 changed files with 353 additions and 149 deletions

View File

@@ -52,12 +52,12 @@ LoaderStatus loader_start_with_gui_error(Loader* loader, const char* name, const
/**
* @brief Start application detached with GUI error message
* @param[in] instance loader instance
* @param[in] name application name
* @param[in] name application name or id
* @param[in] args application arguments
*/
void loader_start_detached_with_gui_error(Loader* loader, const char* name, const char* args);
/**
/**
* @brief Lock application start
* @param[in] instance loader instance
* @return true on success