Large is only 48x48 on Linux

This commit is contained in:
Kevin Sawicki 2017-02-07 11:20:27 -08:00
parent fc1b7431c7
commit 82ac4ddf19
2 changed files with 2 additions and 2 deletions

View file

@ -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) {