mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-15 23:42:36 +02:00
Wrong assigning
This commit is contained in:
@@ -240,7 +240,7 @@ auto waybar::modules::Clock::calendar_text(const waybar_time& wtime) -> std::str
|
||||
|
||||
os << '\n';
|
||||
|
||||
print_wd = {ym / d};
|
||||
print_wd = (ym / d);
|
||||
|
||||
if (weeks_pos == WeeksSide::LEFT) {
|
||||
os << fmt::format(weeks_format_, print_wd) << ' ';
|
||||
|
Reference in New Issue
Block a user