Skip to content

Commit a86e7bc

Browse files
committed
Remove save function from loop
1 parent 5c90946 commit a86e7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ public void UpdateSettings(IReadOnlyDictionary<string, object> settings)
8383
break;
8484
}
8585
}
86-
Save();
8786
}
87+
Save();
8888
}
8989

9090
public async Task SaveAsync()

0 commit comments

Comments
 (0)