Skip to content

Commit f97587a

Browse files
committed
main.json settings file is now moved from appdata to the repo's directory as settings.json. Closes #11.
1 parent ad8d1c4 commit f97587a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

python/gui.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
from python import convert
88

99

10+
sg.user_settings_filename(filename="settings.json", path=".")
11+
12+
1013
def init_window_theme():
1114
path_set_color = "#528b30"
1215
progress_bar_color = "#17569c"

settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"mods_folder": "I:/Users/welfj/Documents/Programming/Python/cc-legacy-mod-converter/input", "play_finish_sound": true, "output_folder": "I:/Users/welfj/Documents/Programming/Python/cc-legacy-mod-converter/output"}

0 commit comments

Comments
 (0)