mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pw-top: do refresh after sync
So that we also draw the screen quickly when there is no profiler running.
This commit is contained in:
parent
977713a2e1
commit
7a0058ffb6
1 changed files with 2 additions and 0 deletions
|
|
@ -604,6 +604,8 @@ static void on_core_done(void *_data, uint32_t id, int seq)
|
|||
if (d->profiler == NULL) {
|
||||
pw_log_error("no Profiler Interface found, please load one in the server");
|
||||
pw_main_loop_quit(d->loop);
|
||||
} else {
|
||||
do_refresh(d);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue