mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-08 04:20:07 +02:00
🐛 Ensure isolation is available
This commit is contained in:
@ -23,7 +23,10 @@ extension SiteListVC {
|
|||||||
addDetectedApps(to: menu)
|
addDetectedApps(to: menu)
|
||||||
addSeparator(to: menu)
|
addSeparator(to: menu)
|
||||||
|
|
||||||
|
if Valet.enabled(feature: .isolatedSites) {
|
||||||
addIsolate(to: menu, with: site)
|
addIsolate(to: menu, with: site)
|
||||||
|
}
|
||||||
|
|
||||||
addUnlink(to: menu, with: site)
|
addUnlink(to: menu, with: site)
|
||||||
addToggleSecure(to: menu, with: site)
|
addToggleSecure(to: menu, with: site)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user