diff --git a/include/components/builder.hpp b/include/components/builder.hpp index c64c094c..0c03505d 100644 --- a/include/components/builder.hpp +++ b/include/components/builder.hpp @@ -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);