Disable pad creation screen
parent
34315b4500
commit
b1f1aa2340
|
@ -65,7 +65,7 @@ define(function() {
|
|||
contacts: 'fa-users',
|
||||
};
|
||||
|
||||
config.displayCreationScreen = true;
|
||||
config.displayCreationScreen = false;
|
||||
|
||||
return config;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue