feat: add settings window, add way to change general chat type

This commit is contained in:
goat 2020-05-22 14:04:55 +02:00
parent aa58d9258b
commit 5843dc8775
4 changed files with 107 additions and 1 deletions

View file

@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.IO;
using Dalamud.Configuration;
using Dalamud.DiscordBot;
using Dalamud.Game.Chat;
using Newtonsoft.Json;
namespace Dalamud
@ -31,6 +32,8 @@ namespace Dalamud
public string LastVersion { get; set; }
public XivChatType GeneralChatType { get; set; } = XivChatType.Debug;
[JsonIgnore]
public string ConfigPath;