mirror of
https://gitee.com/konyshe/goodlink.git
synced 2025-09-26 20:51:22 +08:00
修复Remote启动后,部分内容仍然能编译的问题
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user