We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e072e78 commit 3a97bbbCopy full SHA for 3a97bbb
1 file changed
framework/component_manifest.json
@@ -284,6 +284,13 @@
284
"command": {
285
"zenity": "configurator_update_notify_dialog"
286
}
287
+ },
288
+ "usb_import": {
289
+ "name": "Tool: USB Import",
290
+ "description": "Import or export RetroDECK data using a USB storage device.",
291
+ "command": {
292
+ "zenity": "configurator_usb_import_dialog"
293
+ }
294
295
},
296
"data_management": {
@@ -430,13 +437,6 @@
430
437
431
438
"zenity": "configurator_online_update_channel_dialog"
432
439
433
- },
434
- "usb_import": {
435
- "name": "Tool: USB Import",
436
- "description": "Import or export RetroDECK data using a USB storage device.",
- "command": {
- "zenity": "configurator_version_history_dialog"
- }
440
441
442
0 commit comments