mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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
|
id: newEntityButton
|
||||||
property var uuid;
|
property var uuid;
|
||||||
property string text: "ENTITY"
|
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 activeText: newEntityButton.text
|
||||||
property string activeIcon: newEntityButton.icon
|
property string activeIcon: newEntityButton.icon
|
||||||
property bool isActive: false
|
property bool isActive: false
|
||||||
|
|
Loading…
Reference in a new issue