chore: clean up

This commit is contained in:
2024-03-16 18:45:54 +07:00
parent 46cc01e0ee
commit c8e014f33e
67 changed files with 163 additions and 2723 deletions

View File

@@ -1,5 +1,3 @@
import { type Webview } from "@tauri-apps/api/webview";
export interface Settings {
autoupdate: boolean;
nsecbunker: boolean;
@@ -88,11 +86,6 @@ export interface LumeColumn {
description?: string;
author?: string;
logo?: string;
x?: number;
y?: number;
width?: number;
height?: number;
window?: Webview;
}
export interface Opengraph {