make editing inline, add up arrow shortcut

This commit is contained in:
ouwou
2023-07-15 01:02:35 -04:00
parent 52a340e366
commit 00524cefa2
13 changed files with 102 additions and 84 deletions

View File

@@ -139,6 +139,9 @@ public:
void StartReplying();
void StopReplying();
void StartEditing(const Message &message);
void StopEditing();
private:
bool AddFileAsImageAttachment(const Glib::RefPtr<Gio::File> &file);
bool CanAttachFiles();