mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Fixed unexpected copyright reason from top bar in sections.
This commit is contained in:
parent
015c5d9618
commit
ed5b83bc62
1 changed files with 2 additions and 0 deletions
|
@ -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.");
|
||||
}();
|
||||
|
|
Loading…
Add table
Reference in a new issue