Skip to content

Commit

Permalink
Removed gui file dir
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlienDoctor committed Nov 27, 2023
1 parent fa649dc commit 5d83bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.au3
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ AutoItWinSetTitle($SingeInstance)
;###########################################################################################################################################################################################
;GUI

#Region ### START Koda GUI section ### Form=d:\code\minecraft-resource-pack-converter\gui.kxf
#Region ### START Koda GUI section ###
Global $gui_mainWindow = GUICreate("" & $guiTitle & "", 618, 340, -1, -1)
Global $gui_tabs = GUICtrlCreateTab(8, 0, 601, 289)
Global $gui_convertTab = GUICtrlCreateTabItem("Convert")
Expand Down

0 comments on commit 5d83bcc

Please sign in to comment.