make emoji menu pop up faster

This commit is contained in:
MathMan05 2025-01-17 10:02:18 -06:00
parent 7ed14dbb18
commit c19e0673f1
4 changed files with 17 additions and 11 deletions

View file

@ -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"),