If no bug_report_endpoint_url, hide rageshaking from the App
This commit is contained in:
parent
9a3c30b1f1
commit
6c166f0560
5 changed files with 33 additions and 15 deletions
|
@ -24,6 +24,7 @@ export default ({onFinished}) => {
|
|||
|
||||
const categories = {};
|
||||
Commands.forEach(cmd => {
|
||||
if (!cmd.isEnabled()) return;
|
||||
if (!categories[cmd.category]) {
|
||||
categories[cmd.category] = [];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue