Skip to content
Snippets Groups Projects
Commit 7883c1bd authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

chore: Windows: Add GTK Inspector hint in Windows development Readme

parent aa968238
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,15 @@ ## Development ...@@ -18,6 +18,15 @@ ## Development
* Now go to the git root dir `cd ..` * Now go to the git root dir `cd ..`
* Launch Gajim `./launch.py` * Launch Gajim `./launch.py`
### GtkInspector
For Gtk Inspector to work, add the following registry key
```
HKEY_CURRENT_USER\Software\GSettings\org\gtk\settings\debug
DWORD enable-inspector-keybinding = 1
```
Afterwards press CTRL + SHIFT + I, to activate GtkInspector
## Build Gajim / Create an Installer ## Build Gajim / Create an Installer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment