feat(stage-tamagotchi,stage-pages): initialize IO trace viewer
This commit is contained in:
@@ -117,6 +117,15 @@ const openDevtoolsWindow = useElectronEventaInvoke(electronOpenDevtoolsWindow)
|
||||
>
|
||||
{{ t('tamagotchi.settings.devtools.pages.markdown-stress.title') }}
|
||||
</ButtonBar>
|
||||
<ButtonBar
|
||||
mb-2
|
||||
icon="i-solar:chart-2-bold-duotone"
|
||||
text="IO Tracer"
|
||||
transition="all ease-in-out duration-250"
|
||||
@click="() => openDevtoolsWindow({ route: '/devtools/io-tracer' })"
|
||||
>
|
||||
IO Tracer
|
||||
</ButtonBar>
|
||||
<ButtonBar
|
||||
mb-2
|
||||
icon="i-solar:chart-square-bold-duotone"
|
||||
|
||||
Reference in New Issue
Block a user