You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
If no bug_report_endpoint_url, hide rageshaking from the App
This commit is contained in:
@@ -24,6 +24,7 @@ export default ({onFinished}) => {
|
||||
|
||||
const categories = {};
|
||||
Commands.forEach(cmd => {
|
||||
if (!cmd.isEnabled()) return;
|
||||
if (!categories[cmd.category]) {
|
||||
categories[cmd.category] = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user