mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 03:52:55 +02:00
don't show domain ID selection button if in master config
This commit is contained in:
parent
0d99beb344
commit
1e4eaed7fd
1 changed files with 4 additions and 1 deletions
|
@ -204,7 +204,10 @@ function reloadSettings() {
|
||||||
title: 'This setting is in the master config file and cannot be changed'
|
title: 'This setting is in the master config file and cannot be changed'
|
||||||
})
|
})
|
||||||
|
|
||||||
appendDomainSelectionModal()
|
if (!_.has(data["locked"], "metaverse") && !_.has(data["locked"]["metaverse"], "id")) {
|
||||||
|
// append the domain selection modal, as long as it's not locked
|
||||||
|
appendDomainSelectionModal()
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue