Large is only 48x48 on Linux
This commit is contained in:
parent
fc1b7431c7
commit
82ac4ddf19
2 changed files with 2 additions and 2 deletions
|
@ -462,7 +462,7 @@ describe('app module', function () {
|
|||
const sizes = {
|
||||
small: 16,
|
||||
normal: 32,
|
||||
large: 48
|
||||
large: process.platform === 'win32' ? 32 : 48
|
||||
}
|
||||
|
||||
it('fetches a non-empty icon', function (done) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue