Skip to content

Commit 2e4e0ae

Browse files
committed
Add label reminder for Ctrl+F5 export
1 parent f4d3727 commit 2e4e0ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Export/Main.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ function main:Init()
206206
end
207207
}
208208

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

0 commit comments

Comments
 (0)