From c7ce4bcfc62ed774554dc2c7a6eb4c2946d3ab45 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Sat, 22 Apr 2017 13:11:00 +0200 Subject: [PATCH] Updated GUI (markdown) --- GUI.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GUI.md b/GUI.md index 620088e..f5dbea9 100644 --- a/GUI.md +++ b/GUI.md @@ -1,5 +1,7 @@ To be done, here's a quick LUA script with GUI stuff though: +Note that the window opens whenever the script is loaded, this is a bit annoying since scripts are reloaded whenever you un-focus the profile editor. Will add a way to add buttons to the profile editor so users can open windows when they want. + ```lua ---------------------------------------------------------------------------------- -------------------------------- Artemis LUA file --------------------------------