diff --git a/src/Common/Properties.java b/src/Common/Properties.java index ae363fa2..600bf058 100644 --- a/src/Common/Properties.java +++ b/src/Common/Properties.java @@ -56,6 +56,7 @@ public abstract class Properties { return false; //-- field.set(this, newValue); + this.Update(); return true; //-- } catch (Exception exception) { @@ -70,6 +71,7 @@ public abstract class Properties { boolean newValue = !oldValue; //--- field.set(this, newValue); + this.Update(); //-- } catch (Exception exception) { exception.printStackTrace();