sysprof: start on recording pad while recording is active

This commit is contained in:
Christian Hergert
2023-07-07 16:59:07 -07:00
parent 3b98386ed2
commit 92bc093d93
8 changed files with 350 additions and 0 deletions

View File

@ -2,6 +2,7 @@ sysprof_sources = [
'main.c',
'sysprof-application.c',
'sysprof-greeter.c',
'sysprof-recording-pad.c',
'sysprof-window.c',
]