feat: hide config file list when in remote control mode

This commit is contained in:
yicheng 2021-12-08 20:18:35 +08:00
parent dd25adc602
commit 93d006473a

View File

@ -77,6 +77,11 @@ class MenuItemFactory {
item.state = ConfigManager.selectConfigName == config ? .on : .off
return item
}
if RemoteControlManager.selectConfig != nil {
complete([])
return
}
if iCloudManager.shared.isICloudEnable() {
iCloudManager.shared.getConfigFilesList {