mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:57:37 +02:00
On tablet with option enabled recording ends when open tablet or dialog
This commit is contained in:
parent
8f3789421f
commit
75e4fb3820
1 changed files with 2 additions and 2 deletions
|
@ -149,8 +149,8 @@ function updateSpinner() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateFinishOnOpenLabel() {
|
function updateFinishOnOpenLabel() {
|
||||||
var WINDOW_FINISH_ON_OPEN_LABEL = "Finish recording when open dialog",
|
var WINDOW_FINISH_ON_OPEN_LABEL = "Finish recording when reopen dialog",
|
||||||
TABLET_FINISH_ON_OPEN_LABEL = "Finish recording when open tablet";
|
TABLET_FINISH_ON_OPEN_LABEL = "Finish recording when reopen dialog or tablet";
|
||||||
|
|
||||||
elFinishOnOpenLabel.innerHTML = isUsingToolbar ? WINDOW_FINISH_ON_OPEN_LABEL : TABLET_FINISH_ON_OPEN_LABEL;
|
elFinishOnOpenLabel.innerHTML = isUsingToolbar ? WINDOW_FINISH_ON_OPEN_LABEL : TABLET_FINISH_ON_OPEN_LABEL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue