fmt
This commit is contained in:
parent
16707d16f6
commit
f9fff3a7b2
8 changed files with 166 additions and 148 deletions
|
@ -2129,15 +2129,13 @@ impl CollabPanel {
|
|||
));
|
||||
}
|
||||
|
||||
items.extend([
|
||||
ContextMenuItem::action(
|
||||
"Move this channel",
|
||||
StartMoveChannel {
|
||||
channel_id: location.channel,
|
||||
parent_id,
|
||||
},
|
||||
),
|
||||
]);
|
||||
items.extend([ContextMenuItem::action(
|
||||
"Move this channel",
|
||||
StartMoveChannel {
|
||||
channel_id: location.channel,
|
||||
parent_id,
|
||||
},
|
||||
)]);
|
||||
|
||||
items.extend([
|
||||
ContextMenuItem::Separator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue