Merge pull request #8 from sillyfrog/master

Provide an icon for the sidebar
This commit is contained in:
mmone 2018-08-03 14:25:00 +02:00 committed by GitHub
commit 827f1848aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 "")
]