Skip to content

Commit

Permalink
Update windows.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Nov 30, 2023
1 parent c9c8833 commit ec788fc
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions overlay/windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,36 @@
},
"messageCompose": {
"added": "70",
"backported": "68.1.1"
"backported": "68.1.1",
"description": "A non-modal stand-alone message compose window."
},
"messageDisplay": {
"added": "70",
"backported": "68.1.1"
"backported": "68.1.1",
"description": "A non-modal stand-alone message display window, viewing a single message."
},
"normal": {
"description": "A normal Thunderbird window, a.k.a. 3-pane-window (folder pane, message pane and preview pane)."
},
"popup": {
"description": "A non-modal stand-alone popup window."
}
}
},
{
"id": "CreateType",
"enumChanges": {
"normal": {
"description": "A normal Thunderbird window, a.k.a. 3-pane-window (folder pane, message pane and preview pane)."
},
"popup": {
"description": "A non-modal stand-alone popup window."
},
"panel": {
"description": "Not supported, same as <value>popup</value>"
},
"detached_panel": {
"description": "Not supported, same as <value>popup</value>"
}
}
}
Expand Down

0 comments on commit ec788fc

Please sign in to comment.