diff --git a/app/widget/panel/panel.cpp b/app/widget/panel/panel.cpp index 47faac5db..55c0a9996 100644 --- a/app/widget/panel/panel.cpp +++ b/app/widget/panel/panel.cpp @@ -67,6 +67,8 @@ void PanelWidget::paintEvent(QPaintEvent *event) void PanelWidget::UpdateTitle() { + // If there's no subtitle, just use the title. Otherwise, we set a formatted combination of the two that can + // differ based on translation if (subtitle_.isEmpty()) { setWindowTitle(title_); } else {