preliminary shortcut loading

This commit is contained in:
Alphons Joseph
2024-09-05 21:32:12 +08:00
parent 4a8ed32d3e
commit 428ad7569e
3 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ interface ToggleItem {
toggle: boolean;
}
interface Shortcut {
export interface Shortcut {
enabled: boolean;
name: string;
}