Skip to content

Commit

Permalink
Update about dialog content
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 30, 2023
1 parent 729a11b commit 3e02f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a standalone app for debugging React Native apps:

- Based on official [Remote Debugger](https://reactnative.dev/docs/debugging#chrome-developer-tools) and provide more functionality.
- Includes [React Inspector](docs/react-devtools-integration.md) from [`react-devtools-core`](https://github.com/facebook/react/tree/master/packages/react-devtools-core).
- Includes Redux DevTools, made [the same API](docs/redux-devtools-integration.md) with [`redux-devtools-extension`](https://github.com/zalmoxisus/redux-devtools-extension).
- Includes Redux DevTools, made [the same API](docs/redux-devtools-integration.md) with [`redux-devtools-extension`](https://github.com/reduxjs/redux-devtools/tree/main/extension).
- Includes [Apollo Client DevTools](docs/apollo-client-devtools-integration.md) ([`apollographql/apollo-client-devtools`](https://github.com/apollographql/apollo-client-devtools)) as devtools extension.

## Installation
Expand Down
3 changes: 2 additions & 1 deletion electron/menu/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const detail = multiline`
| This software includes the following projects:
| https://github.com/facebook/react-devtools
| https://github.com/zalmoxisus/remotedev-app
| https://github.com/reduxjs/redux-devtools
| https://github.com/apollographql/apollo-client-devtools
`

export const showAboutDialog = (iconPath) => dialog.showMessageBoxSync({
Expand Down

0 comments on commit 3e02f15

Please sign in to comment.