mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
Set default to false on console open
This commit is contained in:
@@ -9,7 +9,7 @@ export const useConsoleStore = create<ConsoleStore>()(
|
||||
persist(
|
||||
(set, get) => ({
|
||||
entries: [],
|
||||
isOpen: true,
|
||||
isOpen: false,
|
||||
|
||||
addConsole: (entry) => {
|
||||
set((state) => {
|
||||
|
||||
Reference in New Issue
Block a user