mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-08 05:30:05 +01: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)
|
||||||
|
|
||||||
addIsolate(to: menu, with: site)
|
if Valet.enabled(feature: .isolatedSites) {
|
||||||
|
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