fix: bugs in new landing page components (LiveDemo, ROICalculator, SEO pages) #4745
1 changed file+1−1
Modifiedsrc-tauri/src/commands/history.rs+1−1View fileUnifiedSplit
@@ -25,7 +25,7 @@ pub struct SessionRecord {
2525}
2626
2727const HISTORY_STORE_FILE: &str = "history.json";
28const HISTORY_KEY: &str = "sessions";
28const HISTORY_KEY: &str = "sessions_full";
2929const MAX_SESSIONS: usize = 500;
3030
3131fn load_sessions(app: &AppHandle) -> Result<Vec<SessionRecord>, String> {
3232
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts