Added default alerts, updated UI to show alerts with checks, added auto sync for manual file editing
This commit is contained in:
@@ -195,6 +195,12 @@ func (d *Daemon) Run(ctx context.Context) error {
|
||||
d.scheduler.Start(ctx)
|
||||
}()
|
||||
|
||||
d.wg.Add(1)
|
||||
go func() {
|
||||
defer d.wg.Done()
|
||||
d.watchManualEdits(ctx)
|
||||
}()
|
||||
|
||||
select {
|
||||
case <-ctx.Done():
|
||||
case err := <-servErr:
|
||||
|
||||
Reference in New Issue
Block a user