We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf732c commit ba6ea89Copy full SHA for ba6ea89
cmd/vinegar/manager.go
@@ -118,6 +118,5 @@ func (m *manager) showToast(s string) {
118
gtkutil.IdleAdd(func() {
119
toast := adw.NewToast(s)
120
overlay.AddToast(toast)
121
- toast.Unref()
122
})
123
}
0 commit comments