add type of browser

This commit is contained in:
Julian Freeman
2026-04-16 19:24:00 -04:00
parent aac78b4b9c
commit e041523dbd
2 changed files with 14 additions and 1 deletions

View File

@@ -137,6 +137,8 @@ pub struct CustomBrowserConfigRecord {
pub name: String,
#[serde(default)]
pub icon_key: Option<String>,
#[serde(default)]
pub browser_family_id: Option<String>,
pub executable_path: String,
pub user_data_path: String,
}