check nitro size restriction + fix replying border

This commit is contained in:
ouwou
2022-07-09 01:57:56 -04:00
parent 241d9a2140
commit 02ce353c6d
5 changed files with 52 additions and 3 deletions

View File

@@ -102,6 +102,10 @@ public:
Glib::RefPtr<Gtk::TextBuffer> GetBuffer();
bool ProcessKeyPress(GdkEventKey *event);
void AddAttachment(const Glib::RefPtr<Gio::File> &file);
void IndicateTooLarge();
void StartReplying();
void StopReplying();
private:
bool AddFileAsImageAttachment(const Glib::RefPtr<Gio::File> &file);