Skip to content

Check Checkboxes manualy don't work #11

Description

@BenMitnicK

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions