Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit cb065e4

Browse files
committed
open external links
1 parent 46d2217 commit cb065e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/View.vala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
*/
2121

2222
public class View : WebKit.WebView {
23+
public View () {
24+
this.create.connect (() => {
25+
return this;
26+
});
27+
}
28+
2329
public void appcache_init (bool online) {
2430
var dark = new GLib.Settings ("com.github.mdh34.quickdocs").get_int ("dark");
2531
if (dark == 1 && online) {

0 commit comments

Comments
 (0)