mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 966280 - Add a flag to the Australis UITelemetry ping for whether the titlebar is shown. r=mconley
This commit is contained in:
parent
b3dfda1c31
commit
6bdd8da620
@ -443,6 +443,9 @@ this.BrowserUITelemetry = {
|
||||
menuBar && Services.appinfo.OS != "Darwin"
|
||||
&& menuBar.getAttribute("autohide") != "true";
|
||||
|
||||
// Determine if the titlebar is currently visible.
|
||||
result.titleBarEnabled = !Services.prefs.getBoolPref("browser.tabs.drawInTitlebar");
|
||||
|
||||
// Examine all customizable areas and see what default items
|
||||
// are present and missing.
|
||||
let defaultKept = [];
|
||||
|
Loading…
Reference in New Issue
Block a user