-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels