mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-23 14:48:13 -05:00
Fixed: don't show mini-window in macOS
This commit is contained in:
parent
aea0c3661d
commit
c8b4bebe1d
@ -229,6 +229,10 @@ const createMiniWidow = () => {
|
|||||||
obj.transparent = false
|
obj.transparent = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (process.platform === 'darwin') {
|
||||||
|
obj.show = false
|
||||||
|
}
|
||||||
|
|
||||||
if (db.read().get('miniWindowOntop').value()) {
|
if (db.read().get('miniWindowOntop').value()) {
|
||||||
obj.alwaysOnTop = true
|
obj.alwaysOnTop = true
|
||||||
}
|
}
|
||||||
|
@ -6190,7 +6190,7 @@ performance-now@^2.1.0:
|
|||||||
version "2.1.0"
|
version "2.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
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"
|
version "1.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/picgo/-/picgo-1.1.0.tgz#b9033815f40a77b7f471e478c33382622ccc54de"
|
resolved "https://registry.yarnpkg.com/picgo/-/picgo-1.1.0.tgz#b9033815f40a77b7f471e478c33382622ccc54de"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user