fix(tracker): do not close Broker but rather just close the detector

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2024-11-02 20:45:10 +02:00
parent 943073d0cc
commit 94058c2603
6 changed files with 12 additions and 8 deletions

View File

@ -166,7 +166,6 @@ func (t *Tracker) Main() {
w.Perform(system.ActionClose)
t.SaveRecovery()
t.quitWG.Done()
t.Broker().Close()
}
func eventLoop(w *app.Window, events chan<- event.Event, acks <-chan struct{}) {