mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:47:22 +01:00
save on uid adding
This commit is contained in:
parent
ca2660beba
commit
f50da9c87c
1 changed files with 1 additions and 0 deletions
|
|
@ -1494,6 +1494,7 @@ public class SettingsUi : WindowMediatorSubscriberBase
|
|||
if (!_playerPerformanceConfigService.Current.UIDsToIgnore.Contains(_uidToAddForIgnore, StringComparer.Ordinal))
|
||||
{
|
||||
_playerPerformanceConfigService.Current.UIDsToIgnore.Add(_uidToAddForIgnore);
|
||||
_playerPerformanceConfigService.Save();
|
||||
}
|
||||
_uidToAddForIgnore = string.Empty;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue