Skip to content

Commit

Permalink
Merge pull request #15 from Jarvay/develop
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
Jarvay authored May 19, 2019
2 parents a37f83e + f747611 commit e0079c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desktop48",
"version": "1.1.0",
"version": "1.1.1",
"author": "jarvay <[email protected]>",
"description": "",
"license": null,
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/assets/js/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ class Database {
Database.db.set('badgeCount', []).write();
}

if (!Database.db.has('onlyShowMembers').value()) {
Database.db.set('onlyShowMembers', []).write();
if (!Database.db.has('noticeMembers').value()) {
Database.db.set('noticeMembers', []).write();
}

if (!Database.db.has('hiddenMembers').value()) {
Expand Down

0 comments on commit e0079c7

Please sign in to comment.