mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fixed unexpected copyright reason from top bar in sections.
This commit is contained in:
@@ -458,6 +458,8 @@ void TopBarWidget::paintTopBar(Painter &p) {
|
||||
return tr::lng_report_reason_child_abuse(tr::now);
|
||||
case Reason::Pornography:
|
||||
return tr::lng_report_reason_pornography(tr::now);
|
||||
case Reason::Copyright:
|
||||
return tr::lng_report_reason_copyright(tr::now);
|
||||
}
|
||||
Unexpected("reason in TopBarWidget::paintTopBar.");
|
||||
}();
|
||||
|
Reference in New Issue
Block a user