mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-08 21:38:13 -05:00
Fixed: #172 || miniWindowOntop option
This commit is contained in:
parent
c5f6ae8993
commit
22c7b9a170
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user