made profile directory default by default

This commit is contained in:
RealEvoranz
2026-08-24 13:48:47 -04:00
parent 62cd2b35cb
commit db30ce8f49
+1 -1
View File
@@ -1,4 +1,4 @@
from os.path import abspath
USER_DATA_DIR = abspath("./data-dir")
PROFILE_NAME = "Profile 1"
PROFILE_NAME = "Default"