Skip to content

Commit

Permalink
1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed Mar 29, 2022
1 parent 9686c60 commit c487d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion main/themeMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ app.on('ready', function () {
settings.listen('darkMode', themeSettingsChanged)

nativeTheme.on('updated', function () {
console.log('updated')
settings.set('darkThemeIsActive', nativeTheme.shouldUseDarkColors)
})
})
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "min",
"productName": "Min",
"author": "PalmerAL",
"version": "1.23.1",
"version": "1.24.0",
"description": "A fast, minimal browser that protects your privacy",
"electronVersion": "16.0.9",
"electronVersion": "16.2.0",
"main": "main.build.js",
"standard": {
"globals": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"chokidar": "^3.4.0",
"concurrently": "^5.2.0",
"decomment": "^0.9.0",
"electron": "16.0.9",
"electron": "16.2.0",
"electron-installer-windows": "^3.0.0",
"electron-packager": "^15.1.0",
"electron-rebuild": "^3.2.7",
Expand Down

0 comments on commit c487d68

Please sign in to comment.