jf-roku/components/quickConnect/QuickConnectDialog.xml

11 lines
385 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2022-05-29 20:00:38 +00:00
<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" />
2022-05-29 20:00:38 +00:00
</interface>
</component>