From 22c7b9a170f1e2fce6ebe05d342425e167dea056 Mon Sep 17 00:00:00 2001 From: Molunerfinn Date: Mon, 21 Jan 2019 15:42:53 +0800 Subject: [PATCH] Fixed: #172 || miniWindowOntop option --- src/main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.js b/src/main/index.js index 0e5c362f..9c56a56b 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -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 }