Skip to content

Commit 7bfb4eb

Browse files
committed
Add label reminder for Ctrl+F5 export
1 parent e8c00d0 commit 7bfb4eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Export/Main.lua

+2
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ function main:Init()
209209
end
210210
}
211211

212+
self.controls.helpText = new("LabelControl", {"TOPLEFT",self.controls.clearOutput,"BOTTOMLEFT"}, {0, 12, 100, 16}, "Press Ctrl+F5 to re-export\ndata from the game")
213+
212214
self.controls.scriptList = new("ScriptListControl", nil, {270, 35, 100, 300}) {
213215
shown = function()
214216
return not self.curDatFile

0 commit comments

Comments
 (0)