1
0
forked from sunglocto/pi-im

set notification title to pi

This commit is contained in:
2026-01-13 16:59:32 +00:00
parent 881b72cb15
commit 183ec02918

View File

@@ -464,6 +464,7 @@ func dropToSignInPage(reason string) {
} }
func main() { func main() {
beeep.AppName = "pi"
muc.Since(time.Now()) muc.Since(time.Now())
config = piConfig{} config = piConfig{}
res := fyne.NewStaticResource("image", iconBytes) res := fyne.NewStaticResource("image", iconBytes)