mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +02:00
return tablet to home on change domain
This commit is contained in:
parent
3b8e52ea41
commit
6f020a7ec8
1 changed files with 1 additions and 0 deletions
|
@ -457,6 +457,7 @@ var toolBar = (function () {
|
||||||
Window.domainChanged.connect(function () {
|
Window.domainChanged.connect(function () {
|
||||||
that.setActive(false);
|
that.setActive(false);
|
||||||
that.clearEntityList();
|
that.clearEntityList();
|
||||||
|
tablet.gotoHomeScreen();
|
||||||
});
|
});
|
||||||
|
|
||||||
Entities.canAdjustLocksChanged.connect(function (canAdjustLocks) {
|
Entities.canAdjustLocksChanged.connect(function (canAdjustLocks) {
|
||||||
|
|
Loading…
Reference in a new issue