mirror of https://github.com/qwc/backive.git
Removed some useless logging
This commit is contained in:
parent
59484e9b38
commit
2d798e51a0
|
@ -48,11 +48,9 @@ func makeTray(app fyne.App) {
|
|||
"backive",
|
||||
fyne.NewMenuItem("open app", func() {
|
||||
window.Show()
|
||||
fmt.Println("TrayMenu tapped.")
|
||||
}),
|
||||
fyne.NewMenuItem("Hide app", func() {
|
||||
window.Hide()
|
||||
fmt.Println("Hide tapped.")
|
||||
}),
|
||||
fyne.NewMenuItem("Send note", func() {
|
||||
app.SendNotification(fyne.NewNotification("Hi", "content stuff"))
|
||||
|
|
Loading…
Reference in New Issue