mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-18 13:26:00 -04:00
fix: dev tools shortcut (#1450)
* fix: dev tools shortcut The dev tools are opened using `CmdOrCrtl+Alt+I` so I updated the `CONTRIBUTING.md` to reflect this. * chore: clean up command reference
This commit is contained in:
@@ -50,7 +50,7 @@ To quickly run only the desktop app after `prep`, you can use:
|
||||
|
||||
- `pnpm tauri dev`
|
||||
|
||||
If necessary, the webview devtools can be opened by pressing Ctrl + Shift + I in the desktop app.
|
||||
If necessary, the [webview devtools](https://tauri.app/v1/guides/debugging/application/#webview-console) can be opened by pressing `Ctrl + Shift + I` (Linux and Windows) and `Command + Option + I` (Mac) in the desktop app.
|
||||
|
||||
Also, the react-devtools can be launched using `pnpm dlx react-devtools`.
|
||||
However, it must be executed before starting the desktop app for it qto connect.
|
||||
|
||||
Reference in New Issue
Block a user