giffer

Create .gif images from sites like youtube.com
Log | Files | Refs | LICENSE

commit a1741c8213f2da38f7929745775a800ab57c4770
parent af99b56e3b0e6d222e862633a8b83c5073fe2876
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Wed, 14 Nov 2018 12:26:38 +1300

[!] Had wrong brand title!

Diffstat:
Mcmd/desktop/main.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/desktop/main.go b/cmd/desktop/main.go @@ -77,7 +77,7 @@ func main() { } }() view := webview.New(webview.Settings{ - Title: "WebGen", + Title: "Giffer", URL: fmt.Sprintf("http://localhost:%s", port), Width: 800, Height: 600,