feat: implement prefs.rs - preferences with save/load/update

This commit is contained in:
Your Name
2026-02-19 01:50:20 +02:00
parent 6ecbeb9a9b
commit b95094c50f
2 changed files with 443 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
pub mod prefs;
pub mod recents;
pub mod state;
pub mod utils;