Skip to content

Conversation

@m3nu
Copy link
Contributor

@m3nu m3nu commented Dec 22, 2025

The int parameter emitted by schedule_changed was never used by any connected handlers - they all discarded it and retrieved the profile ID via self.profile().id instead. This simplifies the signal to emit no parameters and allows direct method connections without lambda wrappers.

Continuation of #2321 by @cincodenada

The int parameter emitted by schedule_changed was never used by any
connected handlers - they all discarded it and retrieved the profile ID
via self.profile().id instead. This simplifies the signal to emit no
parameters and allows direct method connections without lambda wrappers.
@m3nu m3nu merged commit 7a323f0 into master Dec 23, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants