fixing prefs
This commit is contained in:
parent
53bb5fa8a1
commit
9ade60208e
1 changed files with 13 additions and 13 deletions
|
|
@ -37,23 +37,23 @@ in
|
|||
"cimiefiiaegbelhefglklhhakcgmhkai" # Plasma Integration
|
||||
];
|
||||
initialPrefs = {
|
||||
"show_button" = false
|
||||
"show_button" = false;
|
||||
"hidden_built_in_items" = [
|
||||
7,
|
||||
1,
|
||||
2
|
||||
],
|
||||
"last_used_built_in_item_type" = 3
|
||||
"autocomplete_provider_enabled" = false,
|
||||
"context_menu_enabled" = false,
|
||||
"show_toolbar_button" = false
|
||||
"hide_all_widgets" = true,
|
||||
"show_branded_background_image" = false,
|
||||
"show_brave_news" = false,
|
||||
"show_clock" = true
|
||||
"show_brave_rewards_button_in_location_bar" = false
|
||||
"show_wallet_icon_on_toolbar" = false
|
||||
"prompt_for_download" = false
|
||||
];
|
||||
"last_used_built_in_item_type" = 3;
|
||||
"autocomplete_provider_enabled" = false;
|
||||
"context_menu_enabled" = false;
|
||||
"show_toolbar_button" = false;
|
||||
"hide_all_widgets" = true;
|
||||
"show_branded_background_image" = false;
|
||||
"show_brave_news" = false;
|
||||
"show_clock" = true;
|
||||
"show_brave_rewards_button_in_location_bar" = false;
|
||||
"show_wallet_icon_on_toolbar" = false;
|
||||
"prompt_for_download" = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue