feat: quick switcher
This commit is contained in:
@@ -3,6 +3,7 @@ import { Err, Ok, type Result } from "~~/types/result";
|
||||
export enum DialogType {
|
||||
Settings = 'settings',
|
||||
Textbox = 'textbox',
|
||||
QuickSwitcher = 'quick-switcher',
|
||||
Confirm = 'confirm',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user