mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17: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
|
|
@ -8,4 +8,5 @@ public interface IConfigService<out T> : IDisposable where T : IMareConfiguratio
|
|||
string ConfigurationName { get; }
|
||||
string ConfigurationPath { get; }
|
||||
public event EventHandler? ConfigSave;
|
||||
void UpdateLastWriteTime();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue