sysprof: add logs section to sidebar

This commit is contained in:
Christian Hergert
2023-07-09 15:01:18 -07:00
parent 22b2510179
commit afc88890ce
7 changed files with 320 additions and 2 deletions

View File

@ -3,11 +3,12 @@ sysprof_sources = [
'sysprof-application.c',
'sysprof-files-dialog.c',
'sysprof-greeter.c',
'sysprof-recording-pad.c',
'sysprof-logs-section.c',
'sysprof-metadata-dialog.c',
'sysprof-recording-pad.c',
'sysprof-samples-section.c',
'sysprof-sidebar.c',
'sysprof-section.c',
'sysprof-sidebar.c',
'sysprof-window.c',
]