make emoji menu pop up faster
This commit is contained in:
parent
7ed14dbb18
commit
c19e0673f1
4 changed files with 17 additions and 11 deletions
|
@ -176,9 +176,7 @@ class User extends SnowFlake {
|
|||
},
|
||||
);
|
||||
|
||||
this.contextmenu.addSeperator((user) => {
|
||||
return user.id !== user.localuser.user.id;
|
||||
});
|
||||
this.contextmenu.addSeperator();
|
||||
|
||||
this.contextmenu.addButton(
|
||||
() => I18n.getTranslation("user.block"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue