Add custom user menu title (#11769)
This commit is contained in:
committed by
Scott Lahteine
parent
17494099a9
commit
f38570ac55
@ -331,4 +331,9 @@
|
||||
|
||||
#include "../lcd/language/language_en.h"
|
||||
|
||||
#ifdef CUSTOM_USER_MENU_TITLE
|
||||
#undef MSG_USER_MENU
|
||||
#define MSG_USER_MENU CUSTOM_USER_MENU_TITLE
|
||||
#else
|
||||
|
||||
#endif // __LANGUAGE_H
|
||||
|
Reference in New Issue
Block a user