fixing prefs

This commit is contained in:
logical-code 2025-07-12 22:59:40 -04:00
parent 53bb5fa8a1
commit 9ade60208e

View file

@ -37,23 +37,23 @@ in
"cimiefiiaegbelhefglklhhakcgmhkai" # Plasma Integration "cimiefiiaegbelhefglklhhakcgmhkai" # Plasma Integration
]; ];
initialPrefs = { initialPrefs = {
"show_button" = false "show_button" = false;
"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;
"autocomplete_provider_enabled" = false, "autocomplete_provider_enabled" = false;
"context_menu_enabled" = false, "context_menu_enabled" = false;
"show_toolbar_button" = false "show_toolbar_button" = false;
"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;
"show_brave_rewards_button_in_location_bar" = false "show_brave_rewards_button_in_location_bar" = false;
"show_wallet_icon_on_toolbar" = false "show_wallet_icon_on_toolbar" = false;
"prompt_for_download" = false "prompt_for_download" = false;
}; };
}; };
}; };