mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
Fix Record app's toolbar button not highlighting when app dialog open
This commit is contained in:
parent
0f3834ded4
commit
80f56e48ca
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@
|
||||||
|
|
||||||
function onTabletScreenChanged(type, url) {
|
function onTabletScreenChanged(type, url) {
|
||||||
// Opened/closed dialog in tablet or window.
|
// Opened/closed dialog in tablet or window.
|
||||||
var RECORD_URL = "/scripts/system/html/record.html";
|
var RECORD_URL = "/html/record.html";
|
||||||
|
|
||||||
if (type === "Web" && url.slice(-RECORD_URL.length) === RECORD_URL) {
|
if (type === "Web" && url.slice(-RECORD_URL.length) === RECORD_URL) {
|
||||||
if (Dialog.finishOnOpen()) {
|
if (Dialog.finishOnOpen()) {
|
||||||
|
|
Loading…
Reference in a new issue