mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-26 12:55:16 -07:00
feat(character-dictionary): add manager modal and scope name matching to current media (#86)
This commit is contained in:
@@ -77,6 +77,9 @@ export const IPC_CHANNELS = {
|
||||
jellyfinSetupSubmit: 'jellyfin:setup-submit',
|
||||
getCharacterDictionarySelection: 'character-dictionary:get-selection',
|
||||
setCharacterDictionarySelection: 'character-dictionary:set-selection',
|
||||
getCharacterDictionaryManagerSnapshot: 'character-dictionary:get-manager-snapshot',
|
||||
removeCharacterDictionaryManagedEntry: 'character-dictionary:remove-managed-entry',
|
||||
moveCharacterDictionaryManagedEntry: 'character-dictionary:move-managed-entry',
|
||||
appendClipboardVideoToQueue: 'clipboard:append-video-to-queue',
|
||||
getPlaylistBrowserSnapshot: 'playlist-browser:get-snapshot',
|
||||
appendPlaylistBrowserFile: 'playlist-browser:append-file',
|
||||
@@ -131,6 +134,7 @@ export const IPC_CHANNELS = {
|
||||
lookupWindowToggleRequested: 'lookup-window-toggle:requested',
|
||||
sessionHelpOpen: 'session-help:open',
|
||||
characterDictionaryOpen: 'character-dictionary:open',
|
||||
characterDictionaryManagerOpen: 'character-dictionary:manager-open',
|
||||
controllerSelectOpen: 'controller-select:open',
|
||||
controllerDebugOpen: 'controller-debug:open',
|
||||
subtitleSidebarToggle: 'subtitle-sidebar:toggle',
|
||||
|
||||
Reference in New Issue
Block a user