wireguard update

This commit is contained in:
vadym 2021-09-22 13:54:24 +03:00
parent 6d21306305
commit cdf0d0c11d
3 changed files with 6 additions and 4 deletions

View file

@ -9,8 +9,8 @@ import (
"strings"
"os/exec"
"log"
"os"
"fmt"
"fmt"
"os"
)
func main() {
@ -18,7 +18,7 @@ func main() {
w := webview.New(debug)
defer w.Destroy()
w.SetTitle("RiV-mesh")
w.SetSize(465, 410, webview.HintNone)
w.SetSize(470, 415, webview.HintNone)
path, err := filepath.Abs(filepath.Dir(os.Args[0]))
if err != nil {
log.Fatal(err)