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