From 08d4b193bf50df19fcd25fdffb5a71ea8fba66c5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 5 Jun 2025 10:11:29 +0200 Subject: [PATCH] . --- .idea/dataSources.local.xml | 2 +- .idea/workspace.xml | 78 +++++++++++++++++++------------------ scripts/lib/shield.php | 4 +- 3 files changed, 43 insertions(+), 41 deletions(-) diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml index cb7d1c1..55d14f5 100644 --- a/.idea/dataSources.local.xml +++ b/.idea/dataSources.local.xml @@ -1,6 +1,6 @@ - + " diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b36e2be..bd24b79 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,9 +5,9 @@ + - - + - { + "keyToString": { + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true", + "RunOnceActivity.git.unshallow": "true", + "SHELLCHECK.PATH": "C:\\Users\\vince\\AppData\\Roaming\\JetBrains\\IntelliJIdea2025.1\\plugins\\Shell Script\\shellcheck.exe", + "Shell Script.Docker terminal.executor": "Run", + "Shell Script.Update DNS.executor": "Run", + "WebServerToolWindowFactoryState": "true", + "WebServerToolWindowPanel.toolwindow.highlight.mappings": "true", + "WebServerToolWindowPanel.toolwindow.highlight.symlinks": "true", + "WebServerToolWindowPanel.toolwindow.show.date": "false", + "WebServerToolWindowPanel.toolwindow.show.permissions": "false", + "WebServerToolWindowPanel.toolwindow.show.size": "false", + "deletionFromPopupRequiresConfirmation": "false", + "git-widget-placeholder": "master", + "ignore.virus.scanning.warn.message": "true", + "junie.onboarding.icon.badge.shown": "true", + "kotlin-language-version-configured": "true", + "last_opened_file_path": "D:/Works/tortuga-home/images", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "project.structure.last.edited": "Project", + "project.structure.proportion": "0.0", + "project.structure.side.proportion": "0.2", + "ruby.rails.projectView.checked": "true", + "settings.editor.selected.configurable": "preferences.pluginManager", + "vue.rearranger.settings.migration": "true" } -}]]> +} @@ -420,8 +420,8 @@ - @@ -1350,6 +1350,8 @@ + + 1641726946298 @@ -1694,7 +1696,7 @@ - diff --git a/scripts/lib/shield.php b/scripts/lib/shield.php index aeb2f36..f713491 100644 --- a/scripts/lib/shield.php +++ b/scripts/lib/shield.php @@ -42,9 +42,9 @@ function shieldRunActivity($device = null, $force = false) if ($device['id'] === 'salon') { stopPlayersIn('salon', true, false); - denonAVROn('Media Player', $force); - execScene('salon/cinema'); epson(true); + execScene('salon/cinema'); + denonAVROn('Media Player', $force); } else if ($device['id'] === 'bureau' || $device['id'] === 'bureausun') { stopPlayersIn('bureau', true, false); if ($onlySound) { -- 2.39.5