I wasn't able to check my checkboxes manually if you have the solution that would be cool
I initialise
int ret = QuickMenuRebornGetCheckboxValue(CHECKBOX_SELECT);
select_boom = ret == QMR_CONFIG_MGR_ERROR_NOT_EXIST ? false : ret;
I use this
if (val){
QuickMenuRebornSetCheckBoxState(CHECKBOX_SELECT, 1);
QuickMenuRebornSaveCheckBoxState(CHECKBOX_SELECT, 1);
}
After i call
select_boom = QuickMenuRebornGetCheckboxValue(CHECKBOX_SELECT);
I wasn't able to check my checkboxes manually if you have the solution that would be cool
I initialise
I use this
After i call
select_boom = QuickMenuRebornGetCheckboxValue(CHECKBOX_SELECT);