fix: clear import input after importing

This commit is contained in:
Anna 2021-11-22 23:57:52 -05:00
parent 6db68b79ac
commit 1a489d2024
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ namespace Glamaholic.Ui {
this.Ui.Plugin.Config.AddPlate(plate);
this.Ui.Plugin.SaveConfig();
}
this._importInput = string.Empty;
} catch (Exception ex) {
this._importError = ex;
}