From ae310e3d07041fbde728ac283842d4ab6665ff9f Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Mon, 2 May 2022 22:47:38 +0100 Subject: Feature: Hide sidebar buttons toggled behind a hamburger menu (#81) * Reordered the 'Settings' button in sidebar closer to the other buttons being hidden Co-authored-by: Vijay A --- src/i18n/locales/en-US.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/i18n/locales/en-US.json') diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 795c58365..610355699 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -214,6 +214,10 @@ "settings.app.form.enableTodos": "Enable Ferdium Todos", "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", "settings.app.form.hibernationStrategy": "Hibernation strategy", + "settings.app.form.hideNotificationsButton": "Hide Notifications & Sound button", + "settings.app.form.hideRecipesButton": "Hide Recipes button", + "settings.app.form.hideSettingsButton": "Hide Settings button", + "settings.app.form.hideWorkspacesButton": "Hide Workspace Drawer button", "settings.app.form.iconSize": "Service icon size", "settings.app.form.inactivityLock": "Lock after inactivity", "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", -- cgit v1.2.3-54-g00ecf