pub fn maybe_migrate_legacy_confs()Expand description
What: Migrate legacy pacsea.conf into the split theme.conf and settings.conf files.
Inputs:
- None.
Output:
- None.
Details:
- Copies non-preference keys to
theme.confand preference keys (excluding keybinds) tosettings.conf. - Seeds missing files with skeleton content when the legacy file is absent or empty.
- Leaves existing, non-empty split configs untouched to avoid overwriting user changes.