Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SandMan Settings UI showing inverse of actual value for AutoRunSoftCompat #1680

Conversation

mitchcapper
Copy link
Contributor

Closes #1678

I am still in the multi-hour QT install so didn't actually test but this is basic enough. in SandMan UI Settings the option variable was inverted for readability. For comparability it is still stored the same way.

Setting the value from the ui does this correctly:
theConf->SetValue("Options/AutoRunSoftCompat", !ui.chkNoCompat->isChecked());
reading from the UI previously was not inverting the value:
ui.chkNoCompat->setChecked(theConf->GetBool("Options/AutoRunSoftCompat", true));

@DavidXanatos DavidXanatos merged commit 448837f into sandboxie-plus:master Mar 12, 2022
@DavidXanatos
Copy link
Member

thanks looks good

@offhub offhub added User Interface Related to Plus and/or Classic UIs Feature: Templates Template related issues other than Templates.ini labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Templates Template related issues other than Templates.ini User Interface Related to Plus and/or Classic UIs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Plus UI] AutoRunSoftCompat checkbox not working correctly
3 participants