blakepell / AvalonMudClient

A Windows MUD client written in C#/WPF for .NET 8.
Other
31 stars 7 forks source link

Fix macros in settings file if any are missing. #4

Closed blakepell closed 4 years ago

blakepell commented 4 years ago

In cases where entries may have been removed (possibly by someone manually editing the JSON settings file) replace the placeholder entries for the keys we support.

blakepell commented 4 years ago

This specific issue is fixed because Macros can now be setup by the user (although still only single key for now). Multi-key macros will need to be its own thing.