aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/treeview.lua
diff options
context:
space:
mode:
Diffstat (limited to 'data/plugins/treeview.lua')
-rw-r--r--data/plugins/treeview.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/plugins/treeview.lua b/data/plugins/treeview.lua
index 0b9304aa..14ada70f 100644
--- a/data/plugins/treeview.lua
+++ b/data/plugins/treeview.lua
@@ -358,7 +358,7 @@ local treeview_node = node:split("left", view, {x = true}, true)
-- in the treeview node.
local toolbar_view = nil
local toolbar_plugin, ToolbarView = core.try(require, "plugins.toolbarview")
-if config.toolbarview ~= false and toolbar_plugin then
+if config.plugins.toolbarview ~= false and toolbar_plugin then
toolbar_view = ToolbarView()
treeview_node:split("down", toolbar_view, {y = true})
local min_toolbar_width = toolbar_view:get_min_width()