bpozdena / OneDriveGUI

A simple GUI for OneDrive Linux client with multi-account support.
GNU General Public License v3.0
750 stars 34 forks source link

fix checkboxes #80

Closed VoodaGod closed 1 year ago

VoodaGod commented 1 year ago

fix other checkboxes like at ProfileSettingsPage.set_check_box_state() https://github.com/bpozdena/OneDriveGUI/blob/3d24801d1c160e166b3389b8fae414c6e5da805c/src/OneDriveGUI.py#L1676-L1677

fixes #61 and #64

bpozdena commented 1 year ago

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 :-).