input: make pad_thread a named_thread

This commit is contained in:
Megamouse 2021-09-07 21:56:49 +02:00
parent a74156fe5b
commit 29256df5b1
4 changed files with 18 additions and 23 deletions

View file

@ -37,5 +37,5 @@ struct progress_dialog_server
void operator()();
~progress_dialog_server();
static auto constexpr thread_name = "Progress Dialog Server"sv;
static constexpr auto thread_name = "Progress Dialog Server"sv;
};