finish basic i18n and cfg loader

This commit is contained in:
2021-09-20 15:59:54 +08:00
parent 9d8f4b1727
commit 352c133620
8 changed files with 85 additions and 18 deletions

View File

@ -40,6 +40,12 @@ namespace BallanceTASEditor {
}
protected override void OnExit(ExitEventArgs e) {
base.OnExit(e);
GlobalVariable.configManager.Save();
}
private void UncatchedErrorHandle(string message, string stackTrace) {
try {
if (!Directory.Exists("./logs"))