diff --git a/web/src/store/index.js b/web/src/store/index.js index 261ebab..fa923fc 100644 --- a/web/src/store/index.js +++ b/web/src/store/index.js @@ -184,7 +184,8 @@ store.subscribe((mutation, state) => { Budgets: state.Budgets, Accounts: state.Accounts, CurrentBudgetID: state.CurrentBudgetID, - CurrentAccountID: state.CurrentAccountID + CurrentAccountID: state.CurrentAccountID, + ShowMenu: state.ShowMenu } localStorage.setItem("store", JSON.stringify(persistedState)); })