Add calling tools to visualize ringrtc stats
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
parent
4bf08977cf
commit
8a9ab8c13f
30 changed files with 3926 additions and 0 deletions
|
@ -35,6 +35,7 @@ export const createTemplate = (
|
|||
forceUpdate,
|
||||
showAbout,
|
||||
showDebugLog,
|
||||
showCallingDevTools,
|
||||
showKeyboardShortcuts,
|
||||
showSettings,
|
||||
openArtCreator,
|
||||
|
@ -146,6 +147,10 @@ export const createTemplate = (
|
|||
role: 'toggleDevTools' as const,
|
||||
label: i18n('icu:viewMenuToggleDevTools'),
|
||||
},
|
||||
{
|
||||
label: i18n('icu:viewMenuOpenCallingDevTools'),
|
||||
click: showCallingDevTools,
|
||||
},
|
||||
]
|
||||
: []),
|
||||
...(devTools && platform !== 'linux'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue