From 3e02f159951fb7630fc280d50d49a97eb6add8fc Mon Sep 17 00:00:00 2001 From: jhen Date: Mon, 31 Jul 2023 07:24:42 +0800 Subject: [PATCH] Update about dialog content --- README.md | 2 +- electron/menu/dialog.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b8d9a9f..e7b148ae 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/electron/menu/dialog.js b/electron/menu/dialog.js index fee6095f..a8c023b8 100644 --- a/electron/menu/dialog.js +++ b/electron/menu/dialog.js @@ -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({