Resolve domains and code structure improvements

- Resolve domains when adding a new host
- Change `NotificationMessageType.Raw` to `NotificationMessageType.Info`
- Fix wrong color when using the `info` command
This commit is contained in:
Stone_Red
2022-02-26 15:29:27 +01:00
parent cf7f952012
commit a2fa7dd3f8
5 changed files with 83 additions and 69 deletions
@@ -14,7 +14,7 @@ public class NotificationMessageEventArgs : EventArgs
public enum NotificationMessageType
{
Raw,
Info,
Success,
Warning,
Error