We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e4cac commit 9587abdCopy full SHA for 9587abd
1 file changed
src/main/java/dev/isxander/yacl/gui/YACLScreen.java
@@ -71,7 +71,7 @@ protected void init() {
71
if (pendingChanges()) {
72
AtomicBoolean requiresRestart = new AtomicBoolean(false);
73
OptionUtils.forEachOptions(config, option -> {
74
- if (option.requiresRestart())
+ if (option.requiresRestart() && option.changed())
75
requiresRestart.set(true);
76
option.applyValue();
77
});
0 commit comments