mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
CURA-4354 fixed plugin injected tool icon path finding, example in PerObjectSettingsTool
This commit is contained in:
parent
045f1ce259
commit
11241642b3
3 changed files with 12 additions and 19 deletions
|
@ -13,7 +13,7 @@ def getMetaData():
|
|||
"tool": {
|
||||
"name": i18n_catalog.i18nc("@label", "Per Model Settings"),
|
||||
"description": i18n_catalog.i18nc("@info:tooltip", "Configure Per Model Settings"),
|
||||
"icon": "setting_per_object",
|
||||
"icon": "tool_icon.svg",
|
||||
"tool_panel": "PerObjectSettingsPanel.qml",
|
||||
"weight": 3
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue