From 501d37258bf36816bd1077c08dc0918f0c6687f1 Mon Sep 17 00:00:00 2001 From: bptato Date: Fri, 15 Jul 2022 18:26:38 +0200 Subject: Fix page reloading --- src/client.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.nim b/src/client.nim index 16e30b00..42a60d60 100644 --- a/src/client.nim +++ b/src/client.nim @@ -191,7 +191,7 @@ proc loadUrl(client: Client, url: string, ctype = "") = client.gotoUrl("http://" & url, none(ClickAction), none(Url), true, true, ctype) proc reloadPage(client: Client) = - client.gotoUrl(client.buffer.location, none(ClickAction), none(Url), true, false, client.buffer.contenttype) + client.gotoUrl(client.buffer.location, none(ClickAction), none(Url), true, true, client.buffer.contenttype) proc changeLocation(client: Client) = let buffer = client.buffer -- cgit 1.4.1-2-gfad0