Jump to content

SongRec/Internal formats/preferences.toml: Difference between revisions

From Fossplant
No edit summary
mNo edit summary
Line 3: Line 3:
It uses the [https://toml.io/fr/ TOML] format.
It uses the [https://toml.io/fr/ TOML] format.


It is written through by the [https://github.com/marin-m/SongRec/blob/main/src/core/preferences.rs <code>src/core/preferences.rs</code>] utility file.
It is written through by the <code>[https://github.com/marin-m/SongRec/blob/main/src/core/preferences.rs src/core/preferences.rs]</code> utility file.


(WIP 2026-05-05)
(WIP 2026-05-05)

Revision as of 21:08, 5 May 2026

The preferences.toml file of SongRec is saved, under Linux, at the ~/.config/songrec/preferences.toml path by default, when using an unsandboxed environment.

It uses the TOML format.

It is written through by the src/core/preferences.rs utility file.

(WIP 2026-05-05)