Update tcell
This commit is contained in:
@ -19,6 +19,7 @@ package notification
|
||||
import (
|
||||
"gopkg.in/toast.v1"
|
||||
)
|
||||
|
||||
func Send(title, text string, critical, sound bool) error {
|
||||
notification := toast.Notification{
|
||||
AppID: "gomuks",
|
||||
|
@ -1,4 +1,4 @@
|
||||
// +build !windows,!darwin
|
||||
//go:build !windows && !darwin
|
||||
|
||||
// gomuks - A terminal Matrix client written in Go.
|
||||
// Copyright (C) 2020 Tulir Asokan
|
||||
|
Reference in New Issue
Block a user