fix(Community Permissions): Remove (hide) minting and import option in assets dropdown

Removed (hidden) minting and import option in assets dropdown

Fixes #8827
This commit is contained in:
Noelia 2023-01-11 15:32:11 +01:00 committed by Noelia
parent 110838814d
commit a181d1d867
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ Item {
ListElement { key: "MINT"; icon: "add"; iconSize: 16; description: qsTr("Mint token"); rotation: 0; spacing: 8 }
ListElement { key: "IMPORT"; icon: "invite-users"; iconSize: 16; description: qsTr("Import existing token"); rotation: 180; spacing: 8 }
}
isHeaderVisible: false // TEMPORARILY hidden. These 2 header options will be implemented after MVP.
model: d.currentModel
onHeaderItemClicked: {
if(key === "MINT") console.log("TODO: Mint token")