mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08: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