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 checkboxes #80

Merged
merged 1 commit into from
Feb 10, 2023
Merged

fix checkboxes #80

merged 1 commit into from
Feb 10, 2023

Conversation

VoodaGod
Copy link
Contributor

@VoodaGod VoodaGod commented Feb 6, 2023

fix other checkboxes like at ProfileSettingsPage.set_check_box_state()

OneDriveGUI/src/OneDriveGUI.py

Lines 1676 to 1677 in 3d24801

# if state == Qt.Checked:
if self.sender().isChecked():

fixes #61 and #64

@bpozdena
Copy link
Owner

It looks like I fixed the other setter set_check_box_state() in dd61ac8, but forgot to fix the rest as well. I just don't remember why it works in 99% of cases...

Nice catch! Thanks for the PR. I will cleanup the unused stateparameter later...some day :-).

@bpozdena bpozdena merged commit 9104629 into bpozdena:main Feb 10, 2023
bpozdena added a commit that referenced this pull request Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto-sync on GUI startup not working
2 participants