Prompt travel
This commit is contained in:
@@ -15,6 +15,8 @@ export type UIState = {
|
||||
forceSaveUserState: boolean | null,
|
||||
|
||||
activeError: PromptID | null
|
||||
|
||||
autoPushJourney: boolean
|
||||
}
|
||||
|
||||
type UIStateOps = {
|
||||
@@ -34,7 +36,9 @@ const store: Writable<UIState> = writable(
|
||||
reconnecting: false,
|
||||
forceSaveUserState: null,
|
||||
|
||||
activeError: null
|
||||
activeError: null,
|
||||
|
||||
autoPushJourney: true
|
||||
})
|
||||
|
||||
function reconnecting() {
|
||||
|
||||
Reference in New Issue
Block a user