mirror of
https://github.com/status-im/status-desktop.git
synced 2026-08-27 15:11:10 +00:00
StandardKey.Preferences resolves to Ctrl+, on macOS, so the sequences list bound the same combination twice and Qt reported the shortcut as ambiguous, firing activatedAmbiguously instead of activated. The single sequence covers macOS as Cmd and the other platforms as Ctrl.