jf-roku/components/quickConnect/QuickConnectDialog.xml
2023-11-11 11:00:53 -05:00

12 lines
439 B
XML

<?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" />
<field id="authenticated" type="boolean" alwaysNotify="true" />
<field id="saveCredentials" type="boolean" />
</interface>
</component>