Simplify spellcheck download URL, disable spellcheck in most windows
This commit is contained in:
parent
ab9d33cf1a
commit
1c43e7501c
6 changed files with 61 additions and 57 deletions
|
@ -1,14 +0,0 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { assert } from 'chai';
|
||||
import { BrowserWindow } from 'electron';
|
||||
|
||||
import { createBrowserWindow } from '../../util/createBrowserWindow';
|
||||
|
||||
describe('createBrowserWindow', () => {
|
||||
it('returns a BrowserWindow', () => {
|
||||
const result = createBrowserWindow({ show: false });
|
||||
assert.instanceOf(result, BrowserWindow);
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue