mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 07:22:43 +02:00
Revert "Changed icons path to be relative"
This reverts commit e277070423
.
This commit is contained in:
parent
e277070423
commit
f5fa44dc21
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Item {
|
|||
id: newEntityButton
|
||||
property var uuid;
|
||||
property string text: "ENTITY"
|
||||
property string icon: Script.resolvePath("../../../interface/resources/icons/edit-icon.svg")
|
||||
property string icon: Path.resources + "icons/edit-icon.svg"
|
||||
property string activeText: newEntityButton.text
|
||||
property string activeIcon: newEntityButton.icon
|
||||
property bool isActive: false
|
||||
|
|
Loading…
Reference in a new issue