fix preview
This commit is contained in:
@@ -4,7 +4,7 @@ import { invoke } from "@tauri-apps/api/core";
|
||||
|
||||
export interface ImageItem {
|
||||
path: string;
|
||||
thumbnail?: string;
|
||||
thumbnail: string; // Now mandatory from backend
|
||||
name: string;
|
||||
width?: number;
|
||||
height?: number;
|
||||
|
||||
Reference in New Issue
Block a user