Now can reopen in default container. Added an 'OK' button to new container panel. Fixed some css
This commit is contained in:
@@ -329,6 +329,7 @@ const backgroundLogic = {
|
||||
},
|
||||
|
||||
cookieStoreId(userContextId) {
|
||||
if(userContextId === 0) return "firefox-default";
|
||||
return `firefox-container-${userContextId}`;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user