/
githubmirror
/
Motrix
Обзор
Документация
Войти
/
githubmirror
/
Motrix
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/main/menus/tray.json
13 строк
952 B
Dr_rOot
feat: app menu add task list and bind hotkey
15 апр 2023, 16:50
15 апр 2023, 16:50
644966e
Код
Авторство
О чём код?
[ { "id": "task.new-task", "command": "application:new-task", "command-after": "application:show?page=index" }, { "id": "task.new-bt-task", "command": "application:new-bt-task", "command-arg": { "type": "torrent" }, "command-after": "application:show?page=index" }, { "id": "task.open-file", "command": "application:open-file", "command-before": "application:show?page=index" }, { "type": "separator" }, { "id": "app.show", "command": "application:show", "command-arg": { "page": "index" } }, { "id": "help.manual", "command": "help:manual" }, { "id": "app.check-for-updates", "command": "application:check-for-updates" }, { "type": "separator" }, { "id": "app.task-list", "command": "application:task-list", "command-before": "application:show?page=index" }, { "id": "app.preferences", "command": "application:preferences", "command-before": "application:show?page=index" }, { "id": "app.quit", "command": "application:quit" } ]