From b6c532c4e85ab4c60916a145f1dba69e8b688baa Mon Sep 17 00:00:00 2001 From: RampantDespair Date: Mon, 15 Jan 2024 19:11:31 -0500 Subject: [PATCH] Fixed local config path display --- Aseprite-Exporter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Aseprite-Exporter.lua b/Aseprite-Exporter.lua index 8b8090d..6e4c6e5 100644 --- a/Aseprite-Exporter.lua +++ b/Aseprite-Exporter.lua @@ -691,8 +691,8 @@ Dlg:label { text = ConfigPathGlobal, } Dlg:label { - id = "globalConfigPath", - label = "Global Config Path: ", + id = "localConfigPath", + label = "Local Config Path: ", text = ConfigPathLocal, }