mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 21:45:32 +00:00
fixed records settings (Text Only wasn't updating)
This commit is contained in:
parent
591564566c
commit
44925e9fc8
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ void CSMPrefs::State::declare()
|
|||
declareCategory ("Records");
|
||||
EnumValue iconAndText ("Icon and Text");
|
||||
EnumValues recordValues;
|
||||
recordValues.add (iconAndText).add ("Icon Only").add ("Text only");
|
||||
recordValues.add (iconAndText).add ("Icon Only").add ("Text Only");
|
||||
declareEnum ("status-format", "Modification status display format", iconAndText).
|
||||
addValues (recordValues);
|
||||
declareEnum ("type-format", "ID type display format", iconAndText).
|
||||
|
|
Loading…
Reference in a new issue