Skip to content

Commit

Permalink
internal/ui: poll manually after switching profiles (#176)
Browse files Browse the repository at this point in the history
Fixes #175.
  • Loading branch information
DeedleFake authored Dec 20, 2024
1 parent 9eac39a commit d5d6cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/ui/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ func (a *App) onAppActivate(ctx context.Context) {
slog.Error("failed to switch profiles", "err", err, "id", profile.ID, "name", profile.Name)
return
}
a.poller.Poll() <- struct{}{}
})

contentVariant := glib.NewVariantString("content")
Expand Down

0 comments on commit d5d6cde

Please sign in to comment.