v2.3.0: fixed betas checkbox affecting the wrong setting
This commit is contained in:
@@ -841,7 +841,7 @@ public class WndSettings extends WndTabbed {
|
||||
@Override
|
||||
protected void onClick() {
|
||||
super.onClick();
|
||||
SPDSettings.updates(checked());
|
||||
SPDSettings.betas(checked());
|
||||
Updates.clearUpdate();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user