mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 11:11:30 +00:00
bbe4a9b388
Fix a bug where some channel updates would be lost Add channel name sanitization before storing in the database
13 lines
205 B
Rust
13 lines
205 B
Rust
gpui::actions!(
|
|
menu,
|
|
[
|
|
Cancel,
|
|
Confirm,
|
|
SecondaryConfirm,
|
|
SelectPrev,
|
|
SelectNext,
|
|
SelectFirst,
|
|
SelectLast,
|
|
ShowContextMenu
|
|
]
|
|
);
|