Summary
The suggestPreferencesFile function in src/util/utils.ts uses Settings/ with a capital S, while all other well-known Solid pod folders use lowercase (public, private, inbox, profile).
Change '/Settings/' to '/settings/' for consistent naming.
Reference
Discussion: https://github.com/SolidOS/solid-logic/blob/main/src/util/utils.ts#L36
Summary
The
suggestPreferencesFilefunction insrc/util/utils.tsusesSettings/with a capital S, while all other well-known Solid pod folders use lowercase (public,private,inbox,profile).Change
'/Settings/'to'/settings/'for consistent naming.Reference
Discussion: https://github.com/SolidOS/solid-logic/blob/main/src/util/utils.ts#L36