fix custom shortcut logos

This commit is contained in:
SethBurkart123
2023-09-25 15:13:49 +10:00
parent d0d7fd1b11
commit 250784d824
2 changed files with 9 additions and 23 deletions
+2 -1
View File
@@ -18,9 +18,10 @@ interface Shortcut {
name: string;
}
interface CustomShortcut {
export interface CustomShortcut {
name: string;
url: string;
icon: string;
}
export interface MainConfig {