mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 20:18:53 +03:00
bubbles no longer WIP
This commit is contained in:
parent
adb706a7e9
commit
d6df5f626b
1 changed files with 1 additions and 2 deletions
|
@ -1131,8 +1131,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
|
||||||
"Allow using markdown in messages.\nWhen disabled, all messages are sent as a plain "
|
"Allow using markdown in messages.\nWhen disabled, all messages are sent as a plain "
|
||||||
"text.");
|
"text.");
|
||||||
case Bubbles:
|
case Bubbles:
|
||||||
return tr(
|
return tr("Messages get a bubble background. This also triggers some layout changes.");
|
||||||
"Messages get a bubble background. This also triggers some layout changes (WIP).");
|
|
||||||
case SmallAvatars:
|
case SmallAvatars:
|
||||||
return tr("Avatars are resized to fit above the message.");
|
return tr("Avatars are resized to fit above the message.");
|
||||||
case AnimateImagesOnHover:
|
case AnimateImagesOnHover:
|
||||||
|
|
Loading…
Reference in a new issue