mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
let lint fix the code formatting
This commit is contained in:
parent
987b9bed6b
commit
c70fe9c571
1 changed files with 4 additions and 5 deletions
|
@ -1078,8 +1078,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
|
|||
return tr(
|
||||
"Messages get a bubble background. This also triggers some layout changes (WIP).");
|
||||
case SmallAvatars:
|
||||
return tr(
|
||||
"Avatars are resized to fit above the message.");
|
||||
return tr("Avatars are resized to fit above the message.");
|
||||
case AnimateImagesOnHover:
|
||||
return tr("Plays media like GIFs or WEBPs only when explicitly hovering over them.");
|
||||
case TypingNotifications:
|
||||
|
|
Loading…
Reference in a new issue