mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-05 23:47:43 +08:00
Fixed: #172 || miniWindowOntop option
This commit is contained in:
+1
-1
@@ -231,7 +231,7 @@ const createMiniWidow = () => {
|
|||||||
obj.show = false
|
obj.show = false
|
||||||
}
|
}
|
||||||
|
|
||||||
if (db.read().get('miniWindowOntop').value()) {
|
if (db.read().get('settings.miniWindowOntop').value()) {
|
||||||
obj.alwaysOnTop = true
|
obj.alwaysOnTop = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user