summaryrefslogtreecommitdiff
path: root/src/frontend_common/config.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-23frontend_common: Don't specify default value for screenshot_pathGravatar t8951-2/+1
2023-11-23frontend_common: Don't load config files that we fail to openGravatar t8951-0/+10
2023-11-21frontend_common: Add option to read unsigned integersGravatar t8951-1/+28
2023-11-21frontend_common: Set config array size to 0 if the array is ended without cha...Gravatar t8951-4/+8
2023-11-21frontend_common: Manually handle opening config fileGravatar t8951-2/+31
2023-11-21frontend_common: Add special config case for unmapped windows network drivesGravatar t8951-1/+9
2023-11-21frontend_common: Disable UTF-8 BOM in configGravatar t8951-1/+1
2023-11-21config: Unify config handling under frontend_commonGravatar t8951-0/+931