add a menu

This commit is contained in:
Sven Czarnian
2021-12-02 19:05:34 +01:00
parent 41a9fd20d5
commit ae0442b560
2 changed files with 28 additions and 7 deletions

View File

@@ -36,7 +36,8 @@ namespace aman {
* @brief Defines the different internal and external tag functions
*/
enum class TagItemFunction {
ForceToBackend = 0,
ForceToBackendMenu = 0, /**< Opens the menu to force tracks */
ForceToBackendSelect = 1 /**< Reacts on controller selection */
};
private: