mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-07-04 14:19:02 +02:00
update of data path
This commit is contained in:
@@ -10,7 +10,7 @@ from textwrap import dedent
|
||||
HOME_PATH = str(Path.home())
|
||||
CONFIG_PATH = HOME_PATH + "/.config/demon-editor/"
|
||||
CONFIG_FILE = CONFIG_PATH + "config.json"
|
||||
DATA_PATH = HOME_PATH + "/data/"
|
||||
DATA_PATH = HOME_PATH + "/DemonEditor/data/"
|
||||
|
||||
|
||||
class Defaults(Enum):
|
||||
|
||||
Reference in New Issue
Block a user