updating the condition

This commit is contained in:
Ramya Subramaniam 2023-07-11 19:01:34 +05:30
parent 23ec67e668
commit e8c6a10935

View File

@ -435,7 +435,7 @@ import MVMCore
// Open the support panel
if error == nil,
(loadObject?.requestParameters?.openSupportPanel ?? false) || (loadObject?.systemParametersJSON?.boolForKey(KeyOpenSupport) ?? false) == true {
(loadObject?.requestParameters?.openSupportPanel ?? false) || (loadObject?.systemParametersJSON?.boolForKey(KeyOpenSupport) ?? false) {
MVMCoreUISession.sharedGlobal()?.splitViewController?.showRightPanel(animated: true)
}
}