Commit 96274e6
authored
fix(gui): correct file:// URL for the contributor WebView (#619)
Follow-up to #618. The contributor dialog built a malformed
`file:////...` URL (three slashes plus the leading slash of the absolute
resources path), so the WebView showed the filesystem root instead of
the page. Use `file://` like WebGuideDialog, which resolves correctly to
`file:///usr/.../index.html`.1 parent b11db8f commit 96274e6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | | - | |
| 530 | + | |
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| |||
0 commit comments