Add space default profile control

This commit is contained in:
2026-05-08 09:25:25 -04:00
parent b11668e75e
commit 3fe2346305
4 changed files with 81 additions and 2 deletions
+8
View File
@@ -300,6 +300,14 @@ impl BrowserCore {
Ok(())
}
pub fn set_active_space_default_profile(
&mut self,
profile_id: &ProfileId,
) -> Result<(), CoreError> {
let active_space_id = self.active_space_id.clone();
self.set_space_default_profile(&active_space_id, profile_id)
}
pub fn set_space_sidebar_width(
&mut self,
space_id: &SpaceId,