From 11e34b0b4b70eb02ef1573e739815a0b306f006f Mon Sep 17 00:00:00 2001 From: Emily Lovegrove Date: Tue, 8 Jul 2025 16:38:51 +0100 Subject: feat: Option to save scroll position in storage overlay --- translations/en_us.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'translations') diff --git a/translations/en_us.json b/translations/en_us.json index 5d3a2f2..e50864e 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -375,6 +375,8 @@ "firmament.config.storage-overlay.outline-active-page.description": "Put a border around the selected storage page in the storage overlay.", "firmament.config.storage-overlay.padding": "Padding", "firmament.config.storage-overlay.padding.description": "Padding inside of the storage overview.", + "firmament.config.storage-overlay.retain-scroll": "Retain Scroll Position", + "firmament.config.storage-overlay.retain-scroll.description": "Retain scroll position when closing storage overlay and overview.", "firmament.config.storage-overlay.rows": "Columns", "firmament.config.storage-overlay.rows.description": "Max columns used by the storage overlay and overview.", "firmament.config.storage-overlay.scroll-speed": "Scroll Speed", -- cgit