mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:07:21 +01:00
adjust text in settings
This commit is contained in:
parent
422caade5e
commit
b52cfa0801
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ public class SettingsUi : Window, IDisposable
|
||||||
_configService.Current.ShowCharacterNameInsteadOfNotesForVisible = showNameInsteadOfNotes;
|
_configService.Current.ShowCharacterNameInsteadOfNotesForVisible = showNameInsteadOfNotes;
|
||||||
_configService.Save();
|
_configService.Save();
|
||||||
}
|
}
|
||||||
UiShared.DrawHelpText("This will show the character name instead of custom set note when visible");
|
UiShared.DrawHelpText("This will show the character name instead of custom set note when a character is visible");
|
||||||
|
|
||||||
if (ImGui.Checkbox("Reverse user sort", ref reverseUserSort))
|
if (ImGui.Checkbox("Reverse user sort", ref reverseUserSort))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue