mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
settings: Improve visibility of "Enter Sends Message" setting.
Addresses user research feedback by duplicating the "Enter Sends Message" setting in the Settings > Preferences menu, specifically within the General section, ensuring users can easily locate and configure this option. server_events_dispatch: Remove break statement. The settings page needs to be updated when `enter_sends` property is updated. css: Update vertical-align to middle for the checkbox element. Co-authored-by: Akarsh Jain<akarsh.jain.790@gmail.com>.
This commit is contained in:
committed by
Tim Abbott
parent
a8acd0ce25
commit
671946351c
@@ -853,7 +853,6 @@ export function dispatch_normal_event(event) {
|
||||
}
|
||||
if (event.property === "enter_sends") {
|
||||
user_settings.enter_sends = event.value;
|
||||
break;
|
||||
}
|
||||
if (event.property === "presence_enabled") {
|
||||
user_settings.presence_enabled = event.value;
|
||||
|
||||
Reference in New Issue
Block a user