v2.3.0: fixed betas checkbox affecting the wrong setting

This commit is contained in:
Evan Debenham
2024-01-04 12:39:53 -05:00
parent 765d72be19
commit eb641ac1f8

View File

@@ -841,7 +841,7 @@ public class WndSettings extends WndTabbed {
@Override
protected void onClick() {
super.onClick();
SPDSettings.updates(checked());
SPDSettings.betas(checked());
Updates.clearUpdate();
}
};