@electerm/electerm-react 2.3.113 → 2.3.114
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -676,7 +676,9 @@ export default class SettingCommon extends Component {
|
|
|
676
676
|
'debug'
|
|
677
677
|
].map(this.renderToggle)
|
|
678
678
|
}
|
|
679
|
-
|
|
679
|
+
{
|
|
680
|
+
window.et.isWebApp ? null : <DeepLinkControl />
|
|
681
|
+
}
|
|
680
682
|
{this.renderLoginPass()}
|
|
681
683
|
{this.renderReset()}
|
|
682
684
|
</div>
|