Merge branch 'master' into development
This commit is contained in:
commit
e40bd8d348
3 changed files with 3 additions and 3 deletions
|
@ -245,8 +245,9 @@ function updateForMac(template, messages, options) {
|
||||||
);
|
);
|
||||||
|
|
||||||
// Replace Window menu
|
// Replace Window menu
|
||||||
|
const windowIndex = options.includeSetup ? 4 : 3;
|
||||||
// eslint-disable-next-line no-param-reassign
|
// eslint-disable-next-line no-param-reassign
|
||||||
template[3].submenu = [
|
template[windowIndex].submenu = [
|
||||||
{
|
{
|
||||||
accelerator: 'CmdOrCtrl+W',
|
accelerator: 'CmdOrCtrl+W',
|
||||||
role: 'close',
|
role: 'close',
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"productName": "Signal",
|
"productName": "Signal",
|
||||||
"description": "Private messaging from your desktop",
|
"description": "Private messaging from your desktop",
|
||||||
"repository": "https://github.com/signalapp/Signal-Desktop.git",
|
"repository": "https://github.com/signalapp/Signal-Desktop.git",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Open Whisper Systems",
|
"name": "Open Whisper Systems",
|
||||||
|
|
|
@ -610,7 +610,6 @@ input[type=text], input[type=search], textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
.full-screen-flow {
|
.full-screen-flow {
|
||||||
z-index: 1000;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue