Skip to content

Commit 1480f51

Browse files
Fix managed entity exe selection in full editor
1 parent 8cbb6a9 commit 1480f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/Launchpad/Gui/EntityEditor/ManagedEntityEditorBase.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ManagedEntityEditorBase extends EntityEditorBase {
5757

5858
ctl := this.AddEntityCtl(prefix . " Type", prefix . "Type", false, "SelectControl", this.entityObj.ListEntityTypes(), "", "You can select from the available entity types if the default doesn't work for your use case.")
5959
ctl.refreshOnDataChange := true
60-
this.AddEntityCtl(prefix . " Executable", prefix . "Exe", true, "ComboBoxControl", this.possibleExes, "The main .exe file, not including any path information.")
60+
this.AddEntityCtl(prefix . " Executable", prefix . "Exe", true, "ComboBoxControl", this.possibleExes, "", "The main .exe file, not including any path information.")
6161
this.AddEntityCtl(prefix . " Window Title", prefix . "WindowTitle", true, "EditControl", 1, "", "The part of the main window's title which identifies it uniquely.")
6262
this.CustomTabControls()
6363

0 commit comments

Comments
 (0)