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