mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-19 06:20:44 -07:00
Create Todo List Tab (#11430)
This commit is contained in:
committed by
GitHub
parent
0e586060bc
commit
2b089566f8
@@ -120,6 +120,7 @@ export interface UIState {
|
||||
activePtyId: number | undefined;
|
||||
embeddedShellFocused: boolean;
|
||||
showDebugProfiler: boolean;
|
||||
showFullTodos: boolean;
|
||||
}
|
||||
|
||||
export const UIStateContext = createContext<UIState | null>(null);
|
||||
|
||||
Reference in New Issue
Block a user