Codebase list kali-defaults / 48c7169
Update firefox setting to use CSD titlebar Daniel Ruiz de Alegría 1 year, 7 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11 /* Everything is handled through policies.json */
22
33 /* Use CSD titlebars */
4 pref("browser.tabs.drawInTitlebar", true);
4 pref("browser.tabs.inTitlebar", 1);