mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +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() {
|
||||
var WINDOW_FINISH_ON_OPEN_LABEL = "Finish recording when open dialog",
|
||||
TABLET_FINISH_ON_OPEN_LABEL = "Finish recording when open tablet";
|
||||
var WINDOW_FINISH_ON_OPEN_LABEL = "Finish recording when reopen dialog",
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue