summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app.c b/src/app.c
index 526c7752..6c559f33 100644
--- a/src/app.c
+++ b/src/app.c
@@ -420,8 +420,8 @@ static iBool loadState_App_(iApp *d) {
420 if (deviceType_App() != phone_AppDeviceType) { 420 if (deviceType_App() != phone_AppDeviceType) {
421 setWidth_SidebarWidget(sidebar, widths[0]); 421 setWidth_SidebarWidget(sidebar, widths[0]);
422 setWidth_SidebarWidget(sidebar2, widths[1]); 422 setWidth_SidebarWidget(sidebar2, widths[1]);
423 if (flags & 1) postCommand_Root(root, "sidebar.toggle"); 423 if (flags & 1) postCommand_Root(root, "sidebar.toggle noanim:1");
424 if (flags & 2) postCommand_Root(root, "sidebar2.toggle"); 424 if (flags & 2) postCommand_Root(root, "sidebar2.toggle noanim:1");
425 } 425 }
426 } 426 }
427 } 427 }