diff options
author | bobzel <zzzman@gmail.com> | 2023-06-24 10:30:26 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-06-24 10:30:26 -0400 |
commit | 24a5c4c538eee8e6fd77d65e088995bdaa8337e1 (patch) | |
tree | 7c8dc5798b79cf03b19226982d3b915d4d99c097 /src | |
parent | 8cd3d9d0b2f44fa1198a1d5ef59c6207494de058 (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/MainView.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 8b53135c6..ab2e0f7c5 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -157,7 +157,8 @@ export class MainView extends React.Component { 'dataTransition', 'viewTransition', 'treeViewOpen', - 'showSidebar', + 'layout_showSidebar', + 'carousel_index', 'itemIndex', // for changing slides in presentations 'layout_sidebarWidthPercent', 'layout_currentTimecode', |