diff options
author | Ivan Pavluk <ivan@pavluk.org> | 2022-02-13 04:46:15 +0700 |
---|---|---|
committer | Ivan Pavluk <ivan@pavluk.org> | 2022-02-13 04:51:11 +0700 |
commit | 2a2ef2f2e5dbce97da9b0b73f9128991003fadcf (patch) | |
tree | e2f9797fef46c34bf0b4934ca8106c52742dc0ea /src | |
parent | Fix application name on Wayland in flatpak (diff) | |
download | nheko-2a2ef2f2e5dbce97da9b0b73f9128991003fadcf.tar.xz |
use shortcode as a fallback for custom emote title
Some clients (e.g. FluffyChat) don't have a UI for specifying the emote title, and instead use the shortcode as the title. This sets the title accordingly even if the emote was added through such a client and only has a shortcode.
Diffstat (limited to 'src')
-rw-r--r-- | src/CombinedImagePackModel.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CombinedImagePackModel.cpp b/src/CombinedImagePackModel.cpp |