mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:37:22 +01:00
save stop whining flag
This commit is contained in:
parent
1b793942cf
commit
681a4e1d2a
1 changed files with 1 additions and 0 deletions
|
|
@ -611,6 +611,7 @@ public class SettingsUi : WindowMediatorSubscriberBase
|
||||||
if (ImGui.Checkbox("Do not notify for modified game files or enabled LOD", ref stopWhining))
|
if (ImGui.Checkbox("Do not notify for modified game files or enabled LOD", ref stopWhining))
|
||||||
{
|
{
|
||||||
_configService.Current.DebugStopWhining = stopWhining;
|
_configService.Current.DebugStopWhining = stopWhining;
|
||||||
|
_configService.Save();
|
||||||
}
|
}
|
||||||
_uiShared.DrawHelpText("Having modified game files will still mark your logs with UNSUPPORTED and you will not receive support, message shown or not." + UiSharedService.TooltipSeparator
|
_uiShared.DrawHelpText("Having modified game files will still mark your logs with UNSUPPORTED and you will not receive support, message shown or not." + UiSharedService.TooltipSeparator
|
||||||
+ "Keeping LOD enabled can lead to more crashes. Use at your own risk.");
|
+ "Keeping LOD enabled can lead to more crashes. Use at your own risk.");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue