Skip to content

Commit

Permalink
Forgot to remove dev helper
Browse files Browse the repository at this point in the history
  • Loading branch information
HobbitDur committed Oct 8, 2024
1 parent 6b7c563 commit d9ec646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def __load_file(self, file_to_load: str = ""):
self.__size_slider_widget.setEnabled(False)


file_to_load = os.path.join("OriginalFiles", "FF8_EN.exe") # For developing faster
#file_to_load = os.path.join("OriginalFiles", "FF8_EN.exe") # For developing faster
if not file_to_load:
file_to_load = self.__file_dialog.getOpenFileName(parent=self, caption="Find FF8 exe", filter="*.exe",
directory=os.getcwd())[0]
Expand Down

0 comments on commit d9ec646

Please sign in to comment.