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
This is probably a consequence of gtk4 trying to maintain some backwards compat. Please don't allow these to be Optional (at least in the gtk4 side, and always be bool, defaulting to false for more obvious behavior.
The text was updated successfully, but these errors were encountered:
This is probably a consequence of gtk4 trying to maintain some backwards compat. Please don't allow these to be Optional (at least in the gtk4 side, and always be
bool
, defaulting tofalse
for more obvious behavior.The text was updated successfully, but these errors were encountered: