Skip to content

Commit

Permalink
Fixed: #172 || miniWindowOntop option
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Jan 21, 2019
1 parent c5f6ae8 commit 22c7b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 22c7b9a

Please sign in to comment.