# HG changeset patch # User bsw # Date 1605038374 -3600 # Node ID fce3409bc9b08d2aff449fd8bcaab930c1884fe6 # Parent 5edf916b7cd2ef0abf50fd2e043c6b7b679d1693 Removed not functional image icon from wysiwyg toolbar diff -r 5edf916b7cd2 -r fce3409bc9b0 env/ui/field/wysihtml.lua --- a/env/ui/field/wysihtml.lua Tue Nov 10 20:57:52 2020 +0100 +++ b/env/ui/field/wysihtml.lua Tue Nov 10 20:59:34 2020 +0100 @@ -5,7 +5,7 @@ { command = "italic", title ="CTRL+I", icon = "format_italic" }, { command = "createLink", icon = "insert_link" }, { command = "removeLink", icon = "insert_link", crossed = "\\" }, - { command = "insertImage", icon = "insert_image" }, +-- { command = "insertImage", icon = "insert_image" }, { command = "formatBlock", command_value = "h1", icon = "title", head_level = "1" }, { command = "formatBlock", command_value = "h2", icon = "title", head_level = "2" }, { command = "formatBlock", command_value = "h3", icon = "title", head_level = "3" },