Fixed: #172 || miniWindowOntop option

This commit is contained in:
Molunerfinn 2019-01-21 15:42:53 +08:00
parent c5f6ae8993
commit 22c7b9a170

View File

@ -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
}