Fix redirecting to latest workspace

This commit is contained in:
Gregory Schier
2025-01-08 22:08:59 -08:00
parent 328e3db56e
commit 0a7257c55a
3 changed files with 8 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ use sea_query::{Cond, Expr, OnConflict, Order, Query, SqliteQueryBuilder};
use sea_query_rusqlite::RusqliteBinder;
use serde::{Deserialize, Serialize};
use std::fs;
use std::path::{Path, PathBuf};
use std::path::Path;
use tauri::{AppHandle, Emitter, Listener, Manager, Runtime, WebviewWindow};
use ts_rs::TS;