Skip to content

Commit

Permalink
🐛 Fix ugly gtk filechooser
Browse files Browse the repository at this point in the history
this is mostly done by downgrading to elcectron 13.x :(. Fixes #91.
  • Loading branch information
anuejn committed Oct 14, 2021
1 parent bcc6132 commit f2e8e30
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 190 deletions.
268 changes: 91 additions & 177 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@typescript-eslint/parser": "^4.30.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"cross-env": "^7.0.3",
"electron": "14.0.0",
"electron": "~13.5.0",
"electron-builder": "^22.11.7",
"esbuild": "^0.12.28",
"esbuild-jest": "^0.5.0",
Expand Down

0 comments on commit f2e8e30

Please sign in to comment.