mirror of
https://github.com/polybar/polybar.git
synced 2025-02-17 15:55:20 -05:00
parent
4794ef653c
commit
ad510eb768
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ using namespace drawtypes;
|
|||
|
||||
class builder {
|
||||
public:
|
||||
explicit builder(const bar_settings bar, bool lazy = true) : m_bar(bar), m_lazy(lazy) {}
|
||||
explicit builder(const bar_settings bar, bool lazy = false) : m_bar(bar), m_lazy(lazy) {}
|
||||
|
||||
void set_lazy(bool mode);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue