1
0
mirror of https://github.com/rad4day/Waybar.git synced 2023-12-21 10:22:59 +01:00

Merge pull request from xytovl/fix-crash-on-resume

This commit is contained in:
Alexis Rouillard 2023-07-17 08:26:53 +02:00 committed by GitHub
commit 388912d4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,6 +95,7 @@ class SleeperThread {
}
~SleeperThread() {
connection_.disconnect();
stop();
if (thread_.joinable()) {
thread_.join();