Skip to content
Snippets Groups Projects
Commit 8752b1e3 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Diable trigger menu

parent 0fd8dc69
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ public class PadSettingsViewController extends NVC implements IPadSettingsViewCo ...@@ -54,7 +54,7 @@ public class PadSettingsViewController extends NVC implements IPadSettingsViewCo
addTab(new GeneralPadTabViewController(pad)); addTab(new GeneralPadTabViewController(pad));
addTab(new DesignPadTabViewController(pad)); addTab(new DesignPadTabViewController(pad));
addTab(new PlayerPadTabViewController(pad)); addTab(new PlayerPadTabViewController(pad));
addTab(new TriggerPadTabViewController(pad)); // addTab(new TriggerPadTabViewController(pad)); TODO Add Trigger Tab when rewritten
if (pad.getContent() != null) { if (pad.getContent() != null) {
try { try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment