Check folder trust before allowing add directory (#12652)

This commit is contained in:
shrutip90
2025-11-14 19:06:30 -08:00
committed by GitHub
parent d03496b710
commit 9786c4dcff
18 changed files with 1206 additions and 66 deletions

View File

@@ -126,6 +126,7 @@ export interface UIState {
showFullTodos: boolean;
copyModeEnabled: boolean;
warningMessage: string | null;
customDialog: React.ReactNode | null;
}
export const UIStateContext = createContext<UIState | null>(null);