Sidebar retains its previous display when going onroad

Added function to retain the previous sidebar display when going onroad.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 0f6de976aa
commit ed5ecc7a42
3 changed files with 4 additions and 1 deletions

View File

@@ -364,6 +364,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"ShowMemoryUsage", PERSISTENT},
{"ShowStorageLeft", PERSISTENT},
{"ShowStorageUsed", PERSISTENT},
{"Sidebar", PERSISTENT},
{"StandardFollow", PERSISTENT},
{"StandardJerk", PERSISTENT},
{"StandbyMode", PERSISTENT},