Now can reopen in default container. Added an 'OK' button to new container panel. Fixed some css

This commit is contained in:
Kendall Werts
2020-02-20 17:08:59 -06:00
parent a7f62b13fa
commit a33e358de8
4 changed files with 144 additions and 54 deletions
+1
View File
@@ -329,6 +329,7 @@ const backgroundLogic = {
},
cookieStoreId(userContextId) {
if(userContextId === 0) return "firefox-default";
return `firefox-container-${userContextId}`;
}
};