Gate plugins in private profiles
This commit is contained in:
@@ -103,6 +103,7 @@ pub struct BrowserSnapshot {
|
||||
pub active_profile_id: ProfileId,
|
||||
pub active_space_name: String,
|
||||
pub active_profile_name: String,
|
||||
pub active_profile_kind: ProfileKind,
|
||||
pub active_download_policy: DownloadPolicy,
|
||||
pub search_engine: SearchEngine,
|
||||
pub new_tab_destination: NewTabDestination,
|
||||
@@ -362,6 +363,7 @@ impl BrowserCore {
|
||||
active_profile_id: self.active_profile_id.clone(),
|
||||
active_space_name: active_space.name().to_string(),
|
||||
active_profile_name: active_profile.name().to_string(),
|
||||
active_profile_kind: active_profile.kind().clone(),
|
||||
active_download_policy: active_profile.download_policy().clone(),
|
||||
search_engine: self.search_engine,
|
||||
new_tab_destination: self.new_tab_destination,
|
||||
|
||||
Reference in New Issue
Block a user