Tweak to footer of messages

This commit is contained in:
jeffser 2024-05-26 00:26:39 -06:00
parent d619f55ff2
commit 1190e367bb

View File

@ -413,7 +413,7 @@ class AlpacaWindow(Adw.ApplicationWindow):
footer = None
if part['text'].split("\n")[-1] == parts[-1]['text'].split("\n")[-1]:
footer = "\n<small>" + part['text'].split('\n')[-1] + "</small>"
footer = "\n\n<small>" + part['text'].split('\n')[-1] + "</small>"
part['text'] = '\n'.join(part['text'].split("\n")[:-1])
part['text'] = part['text'].replace("\n* ", "\n")