summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-07-15 01:02:35 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2023-07-15 01:02:35 -0400
commit00524cefa29e80f0a9a80fd77bb6e1f4da024f65 (patch)
tree60096a087d1a858cdfaf242a9523b52be4d37de8 /src/windows/mainwindow.hpp
parent52a340e3666e4081b5f284c320404d06ac37b2f3 (diff)
downloadabaddon-portaudio-00524cefa29e80f0a9a80fd77bb6e1f4da024f65.tar.gz
abaddon-portaudio-00524cefa29e80f0a9a80fd77bb6e1f4da024f65.zip
make editing inline, add up arrow shortcut
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r--src/windows/mainwindow.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp
index 604043c..ce2e636 100644
--- a/src/windows/mainwindow.hpp
+++ b/src/windows/mainwindow.hpp
@@ -29,6 +29,7 @@ public:
void UpdateChatReactionRemove(Snowflake id, const Glib::ustring &param);
void UpdateMenus();
void ToggleMenuVisibility();
+ void EditMessage(Snowflake message_id);
#ifdef WITH_LIBHANDY
void GoBack();