Skip to content

Commit 3a97bbb

Browse files
committed
Move usb_import Configurator menu entry into Tools section.
1 parent e072e78 commit 3a97bbb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

framework/component_manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,13 @@
284284
"command": {
285285
"zenity": "configurator_update_notify_dialog"
286286
}
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+
}
287294
}
288295
},
289296
"data_management": {
@@ -430,13 +437,6 @@
430437
"command": {
431438
"zenity": "configurator_online_update_channel_dialog"
432439
}
433-
},
434-
"usb_import": {
435-
"name": "Tool: USB Import",
436-
"description": "Import or export RetroDECK data using a USB storage device.",
437-
"command": {
438-
"zenity": "configurator_version_history_dialog"
439-
}
440440
}
441441
}
442442
},

0 commit comments

Comments
 (0)