fixing prefs
This commit is contained in:
parent
75ec8dd078
commit
53bb5fa8a1
1 changed files with 4 additions and 18 deletions
|
|
@ -37,39 +37,25 @@ in
|
||||||
"cimiefiiaegbelhefglklhhakcgmhkai" # Plasma Integration
|
"cimiefiiaegbelhefglklhhakcgmhkai" # Plasma Integration
|
||||||
];
|
];
|
||||||
initialPrefs = {
|
initialPrefs = {
|
||||||
brave_vpn = {
|
|
||||||
"show_button" = false
|
"show_button" = false
|
||||||
};
|
|
||||||
sidebar = {
|
|
||||||
"hidden_built_in_items" = [
|
"hidden_built_in_items" = [
|
||||||
7,
|
7,
|
||||||
1,
|
1,
|
||||||
2
|
2
|
||||||
],
|
],
|
||||||
"last_used_built_in_item_type" = 3
|
"last_used_built_in_item_type" = 3
|
||||||
};
|
|
||||||
ai_chat = {
|
|
||||||
"autocomplete_provider_enabled" = false,
|
"autocomplete_provider_enabled" = false,
|
||||||
"context_menu_enabled" = false,
|
"context_menu_enabled" = false,
|
||||||
"show_toolbar_button" = false
|
"show_toolbar_button" = false
|
||||||
};
|
|
||||||
new_tab_page = {
|
|
||||||
"hide_all_widgets" = true,
|
"hide_all_widgets" = true,
|
||||||
"show_branded_background_image" = false,
|
"show_branded_background_image" = false,
|
||||||
"show_brave_news" = false,
|
"show_brave_news" = false,
|
||||||
"show_clock" = true
|
"show_clock" = true
|
||||||
};
|
|
||||||
rewards = {
|
|
||||||
"show_brave_rewards_button_in_location_bar" = false
|
"show_brave_rewards_button_in_location_bar" = false
|
||||||
};
|
|
||||||
wallet = {
|
|
||||||
"show_wallet_icon_on_toolbar" = false
|
"show_wallet_icon_on_toolbar" = false
|
||||||
};
|
|
||||||
download = {
|
|
||||||
"prompt_for_download" = false
|
"prompt_for_download" = false
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue