|
@@ -570,15 +570,6 @@ export function Session() {
|
|
|
dialog.clear()
|
|
dialog.clear()
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- title: animationsEnabled() ? "Disable animations" : "Enable animations",
|
|
|
|
|
- value: "session.toggle.animations",
|
|
|
|
|
- category: "Session",
|
|
|
|
|
- onSelect: (dialog) => {
|
|
|
|
|
- setAnimationsEnabled((prev) => !prev)
|
|
|
|
|
- dialog.clear()
|
|
|
|
|
- },
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
title: "Page up",
|
|
title: "Page up",
|
|
|
value: "session.page.up",
|
|
value: "session.page.up",
|