Skip to content

Commit 7017665

Browse files
committed
hotfix(config): import missing icons to prevent freeze
Fixes Config tab crash/freeze caused by undefined lucide-svelte icons (Check/RefreshCw/ToggleLeft/FileJson).
1 parent 076270f commit 7017665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/lib/ConfigTab.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script>
22
import { onMount } from 'svelte';
3-
import { Plus, Search, Edit, Trash2, FolderOpen, Save, X } from 'lucide-svelte';
3+
import { Plus, Search, Edit, Trash2, FolderOpen, Save, X, Check, RefreshCw, ToggleLeft, FileJson } from 'lucide-svelte';
44
import { GetApps, SaveApp, DeleteApp, SelectExeFromLocalPrograms, SelectFolderFromRoaming, SelectFolderFromLocalPrograms, GetPlatformInfo } from '../../wailsjs/go/main/App.js';
55
import { confirm } from './ConfirmModal.svelte';
66
import { toast } from './Toast.svelte';

0 commit comments

Comments
 (0)