Provide an icon for the sidebar

This commit is contained in:
Sillyfrog 2018-08-03 13:34:17 +10:00
parent 3d3a27c586
commit 5550f6a5e1
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class KlipperPlugin(
dict(type="tab", name="Klipper", template="klipper_tab_main.jinja2", suffix="_main", custom_bindings=True),
dict(type="sidebar",
custom_bindings=True,
icon="rocket",
replaces= "connection" if self._settings.get_boolean(["replace_connection_panel"]) else "")
]