mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-27 21:07:09 +00:00
Regression was introduced in df64c97. New base::flags work correctly only if all mutually exclusive flag values use mutually exclusive bits (a & b == 0 for exclusive (a, b)). Closes #3856.