From 209d060b6eff7cc3f13b61758e01837087c99291 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 29 Jan 2020 16:52:51 +0200 Subject: MenuBar: Add Unlock toolbars toggle Add BookmarksToolbar config toggles - bookmarks.toolbar.movable - bookmarks.toolbar.visible clang-format pass --- Kconfig | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index b0017b3..a7daf09 100644 --- a/Kconfig +++ b/Kconfig @@ -38,7 +38,7 @@ menu "Keyboard shortcuts" default "Ctrl+D" comment "Navigation Bar shortcuts" - config shortcuts.navigationbar.show + config navigationbar.show string "Toggle navigation bar" default "Ctrl+Shift+N" config shortcuts.navigation.back @@ -127,9 +127,15 @@ menu "Bookmarks" config shortcuts.window.bookmarks.show string "Show bookmarks dialog in this window" default "Ctrl+B" - config shortcuts.bookmarkstoolbar.show - string "Toggle bookmarks toolbar" + config bookmarks.toolbar.show + string "Toggle bookmarks toolbar visibility" default "Ctrl+Shift+B" + config bookmarks.toolbar.movable + bool "Default bookmarks toolbar movable" + default n + config bookmarks.toolbar.visible + bool "Default bookmarks toolbar visibility" + default n endmenu menu "Profile Settings" -- cgit v1.2.1