feat: hide config file list when in remote control mode
This commit is contained in:
parent
dd25adc602
commit
93d006473a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user