aboutsummaryrefslogtreecommitdiffstats
path: root/modules/paths_internal.py
AgeCommit message (Collapse)AuthorLines
2023-09-13correct webpath when webui_dir is not work_dirw-e-w-0/+1
2023-05-12fix --data-dir for COMMANDLINE_ARGSw-e-w-0/+5
move reading of COMMANDLINE_ARGS into paths_internal.py so --data-dir can be properly read
2023-05-11Drop fonts + font-roboto deps since we only use the single regular cut of RobotoAarni Koskela-0/+2
2023-05-11paths_internal: deduplicate modules_pathAarni Koskela-2/+3
2023-03-29Save/restore working webui/extension configsspace-nuko-0/+1
2023-03-25split commandline args into its own fileAUTOMATIC-0/+22
make launch.py use the same command line argument parser as the main program