Refactor hotkey setting UI (#506)

* refactor hotkeys setting

* update UI

* refactor

* fix toast
This commit is contained in:
an-lee
2024-04-10 11:54:28 +08:00
committed by GitHub
parent 5b87d218ac
commit 7dfd47bb6d
7 changed files with 163 additions and 140 deletions

View File

@@ -1,6 +1,8 @@
export * from "./preferences";
export * from "./about";
export * from "./hotkeys";
export * from "./hotkeys-settings";
export * from "./default-engine-settings";
export * from "./openai-settings";