feat(debug): add button to load sheet

This commit is contained in:
Anna 2021-09-30 14:32:24 -04:00
parent 1248814bf7
commit 4f985a31a9
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@ namespace NominaOcculta {
private void DrawDebug() {
ImGui.TextUnformatted($"Initialised: {this.Plugin.NameRepository.Initialised}");
if (ImGui.Button("Load sheet")) {
this.Plugin.Functions.LoadSheet(Util.SheetName);
}
ImGui.Separator();
if (ImGui.TreeNode("Name queue")) {