Skip to content

Commit ded53da

Browse files
committed
Input path now defaults to the absolute path of the Input folder, instead of being just "Input".
1 parent 02ff8bf commit ded53da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def init_window():
3434
sg.Popup("This is a tool that allows you to convert legacy (old) mods to the latest version of CCCP. You can get more information from the GitHub repo or the Discord server by clicking the corresponding icons.", title="Welcome screen", custom_text=" OK ")
3535

3636
if not sg.user_settings_get_entry("input_folder"):
37-
sg.user_settings_set_entry("input_folder", "Input")
37+
sg.user_settings_set_entry("input_folder", resource_path("Input"))
3838

3939
paths_column = [
4040
[sg.Frame(layout=[

0 commit comments

Comments
 (0)