| 439 | webview->callFunction<void>(Webview::JavaScriptFunction("window.getStore().commit", "clearCurrentlyPlaying")); |
| 440 | } |
| 441 | void WebView::onSwitchOnConnectDetected(bool state) |
| 442 | { |
| 443 | webview->callFunction<void>( |
| 444 | Webview::JavaScriptFunction("window.getStore().commit", "setSwitchOnConnectLoaded", state)); |
| 445 | } |
| 446 | void WebView::onAdminRequired() |
| 447 | { |
| 448 | webview->callFunction<void>( |
no outgoing calls
no test coverage detected