mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:47:22 +01:00
fix unnecessary config reload on save
This commit is contained in:
parent
4650893599
commit
6d1cfed0ba
3 changed files with 7 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ public class ConfigurationSaveService : IHostedService
|
|||
WriteIndented = true
|
||||
})).ConfigureAwait(false);
|
||||
File.Move(temp, config.ConfigurationPath, true);
|
||||
config.UpdateLastWriteTime();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue