From 2a63a91d6a8cc5f87e5006efe32c62ed0f587424 Mon Sep 17 00:00:00 2001 From: Chris Howey Date: Sat, 20 Feb 2021 14:25:16 -0600 Subject: [PATCH] small about fix --- about.go | 3 +++ metadata/en-US/full_description.txt | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/about.go b/about.go index cfe089f..a0b4ac1 100644 --- a/about.go +++ b/about.go @@ -3,6 +3,7 @@ package main import ( _ "embed" "net/url" + "strings" "fyne.io/fyne/v2" "fyne.io/fyne/v2/container" @@ -19,6 +20,8 @@ func parseURL(s string) *url.URL { var longdesc string func aboutTabItem() *container.TabItem { + longdesc = strings.ReplaceAll(longdesc, "", "") + longdesc = strings.ReplaceAll(longdesc, "", "") aboutInfo := widget.NewLabel(longdesc) aboutInfo.Wrapping = fyne.TextWrapWord return container.NewTabItemWithIcon("About", theme.InfoIcon(), container.NewBorder(nil, diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt index 877e230..499a4ee 100644 --- a/metadata/en-US/full_description.txt +++ b/metadata/en-US/full_description.txt @@ -1,5 +1,4 @@ -croc is a tool that allows any two computers to simply and securely transfer -files. +croc is a tool that allows any two computers to simply and securely transfer files. Features - allows any two computers to transfer data (using a relay)