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",
|
"backive",
|
||||||
fyne.NewMenuItem("open app", func() {
|
fyne.NewMenuItem("open app", func() {
|
||||||
window.Show()
|
window.Show()
|
||||||
fmt.Println("TrayMenu tapped.")
|
|
||||||
}),
|
}),
|
||||||
fyne.NewMenuItem("Hide app", func() {
|
fyne.NewMenuItem("Hide app", func() {
|
||||||
window.Hide()
|
window.Hide()
|
||||||
fmt.Println("Hide tapped.")
|
|
||||||
}),
|
}),
|
||||||
fyne.NewMenuItem("Send note", func() {
|
fyne.NewMenuItem("Send note", func() {
|
||||||
app.SendNotification(fyne.NewNotification("Hi", "content stuff"))
|
app.SendNotification(fyne.NewNotification("Hi", "content stuff"))
|
||||||
|
|
Loading…
Reference in New Issue