You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that we have no way to invalidate that when we remove an output.
Other timers do get reset when calling the dtor, but not the pointers for the callback.
How to reproduce
Have lots of label updates.
Power-cycle a monitor.
Crash reports, logs, images, videos
No response
The text was updated successfully, but these errors were encountered:
Regression?
No
Hyprlock Info and Version
Hyprlock 0.6.0-git (dc6d721)
Compositor Info and Version
System/Version info
Description
Removing an output will remove widgets associated to that output right away.
Widgets use the asyncResourceGatherer's asset callback to update widgets.
request.callback = onAssetCallback; request.callbackData = this;
The problem is that we have no way to invalidate that when we remove an output.
Other timers do get reset when calling the dtor, but not the pointers for the callback.
How to reproduce
Crash reports, logs, images, videos
No response
The text was updated successfully, but these errors were encountered: