修复Remote启动后,部分内容仍然能编译的问题

This commit is contained in:
kony
2025-01-12 20:02:34 +08:00
parent 71f711373e
commit cad3f408b8

View File

@@ -31,6 +31,7 @@ func disable_other(content string) {
m_radio_work_type.Disable()
m_validated_key.Disable()
m_ui_local.Disable()
m_ui_remote.Disable()
m_button_key_create.Disable()
m_button_key_paste.Disable()
m_activity_start_button.Start()
@@ -43,6 +44,7 @@ func enable_other() {
m_radio_work_type.Enable()
m_validated_key.Enable()
m_ui_local.Enable()
m_ui_remote.Enable()
m_button_key_create.Enable()
m_button_key_paste.Enable()
m_activity_start_button.Stop()