Skip to main content

restore_library_settings

Function restore_library_settings 

Source
pub async fn restore_library_settings(app: &AppHandle)
Expand description

Restore the persisted preferences at startup, into the exclusion set the repository consults.

Called from the Tauri setup hook. A missing or unreadable row leaves the default — nothing hidden — in place, so a database problem shows the user more than they asked for rather than less.

TRACES: UR-076 | DR-209