Clarify Automated User menu

Move Typer and Randomize User Settings to "Functionality" menu
Rename main toggle to "Enable"

Signed-off-by: Neil Guertin <neil.guertin@collabora.com>
Change-Id: I75709124f835c46ae741c4d51e14ed0b868528ae
This commit is contained in:
Neil Guertin 2024-02-06 08:48:10 -05:00 committed by Michael Meeks
parent 720ac3d5a6
commit 724698adaa

View file

@ -313,7 +313,7 @@ L.DebugManager = L.Class.extend({
this._addDebugTool({ this._addDebugTool({
name: 'Typer', name: 'Typer',
category: 'Automated User', category: 'Functionality',
startsOn: false, startsOn: false,
onAdd: function () { onAdd: function () {
self._typerLorem = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n'; self._typerLorem = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n';
@ -327,7 +327,7 @@ L.DebugManager = L.Class.extend({
this._addDebugTool({ this._addDebugTool({
name: 'Randomize user settings', name: 'Randomize user settings',
category: 'Automated User', category: 'Functionality',
startsOn: !!window.coolParams.get('randomUser'), startsOn: !!window.coolParams.get('randomUser'),
onAdd: function () { onAdd: function () {
self._randomizeSettings(); self._randomizeSettings();
@ -338,7 +338,7 @@ L.DebugManager = L.Class.extend({
}); });
this._addDebugTool({ this._addDebugTool({
name: 'Automated user input', name: 'Enable automated user',
category: 'Automated User', category: 'Automated User',
startsOn: false, startsOn: false,
onAdd: function () { onAdd: function () {