mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
fix custom shortcut logos
This commit is contained in:
@@ -18,9 +18,10 @@ interface Shortcut {
|
||||
name: string;
|
||||
}
|
||||
|
||||
interface CustomShortcut {
|
||||
export interface CustomShortcut {
|
||||
name: string;
|
||||
url: string;
|
||||
icon: string;
|
||||
}
|
||||
|
||||
export interface MainConfig {
|
||||
|
||||
Reference in New Issue
Block a user