Fixed: don't show mini-window in macOS

This commit is contained in:
Molunerfinn 2018-09-18 19:08:26 +08:00
parent aea0c3661d
commit c8b4bebe1d
2 changed files with 5 additions and 1 deletions

View File

@ -229,6 +229,10 @@ const createMiniWidow = () => {
obj.transparent = false
}
if (process.platform === 'darwin') {
obj.show = false
}
if (db.read().get('miniWindowOntop').value()) {
obj.alwaysOnTop = true
}

View File

@ -6190,7 +6190,7 @@ performance-now@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
picgo@^1.0.4:
picgo@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/picgo/-/picgo-1.1.0.tgz#b9033815f40a77b7f471e478c33382622ccc54de"
dependencies: