mirror of
https://github.com/polybar/polybar.git
synced 2024-11-25 13:55:47 -05:00
fix(registry): Fixed duplicate refresh calls
This commit is contained in:
parent
b5e5f8769d
commit
3319bd10c5
1 changed files with 0 additions and 1 deletions
|
@ -230,7 +230,6 @@ namespace modules
|
|||
|
||||
void broadcast() {
|
||||
std::lock_guard<concurrency::SpinLock> lck(this->broadcast_lock);
|
||||
CastModule(ModuleImpl)->refresh();
|
||||
broadcast_module_update(ConstCastModule(ModuleImpl).name());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue