2022-05-29 20:00:38 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
|
|
|
|
<component name="QuickConnectDialog" extends="StandardMessageDialog">
|
|
|
|
<children>
|
|
|
|
<Timer id="quickConnectTimer" duration="3" repeat="false" />
|
|
|
|
</children>
|
|
|
|
<interface>
|
|
|
|
<field id="quickConnectJson" type="assocarray" />
|
2022-05-30 12:12:43 +00:00
|
|
|
<field id="authenticated" type="boolean" alwaysNotify="true"/>
|
2022-05-29 20:00:38 +00:00
|
|
|
</interface>
|
|
|
|
<script type="text/brightscript" uri="QuickConnectDialog.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/userauth.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
|
|
|
|
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
|
|
|
|
</component>
|