mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-05 23:47:43 +08:00
Fixed: don't show mini-window in macOS
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user