mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 21:39:24 +00:00
chore: fix double permissionsModel preparation
we already build it anyway in the Popups.qml when opening the community intro dialog in all the flows
This commit is contained in:
parent
6883db3b58
commit
795718b39f
@ -38,10 +38,6 @@ QtObject {
|
||||
}
|
||||
|
||||
property string communityKeyToImport
|
||||
onCommunityKeyToImportChanged: {
|
||||
if (!!communityKeyToImport)
|
||||
root.prepareTokenModelForCommunity(communityKeyToImport);
|
||||
}
|
||||
|
||||
readonly property var permissionsModel: !!root.communitiesModuleInst.spectatedCommunityPermissionModel ?
|
||||
root.communitiesModuleInst.spectatedCommunityPermissionModel : null
|
||||
|
Loading…
x
Reference in New Issue
Block a user