Add reinit to menubar setting (#11976)
This commit is contained in:
parent
824693d754
commit
c360f9126d
|
@ -16906,6 +16906,7 @@ static bool setting_append_list(
|
||||||
general_write_handler,
|
general_write_handler,
|
||||||
general_read_handler,
|
general_read_handler,
|
||||||
SD_FLAG_NONE);
|
SD_FLAG_NONE);
|
||||||
|
MENU_SETTINGS_LIST_CURRENT_ADD_CMD(list, list_info, CMD_EVENT_REINIT);
|
||||||
|
|
||||||
#ifdef HAVE_QT
|
#ifdef HAVE_QT
|
||||||
CONFIG_BOOL(
|
CONFIG_BOOL(
|
||||||
|
|
Loading…
Reference in New Issue