member list gets a basic right click menu

This commit is contained in:
ouwou
2020-09-06 02:25:19 -04:00
parent b2ffc4abf2
commit 10e547c494
8 changed files with 71 additions and 2 deletions

View File

@@ -245,6 +245,10 @@ void Abaddon::ActionChatEditMessage(Snowflake channel_id, Snowflake id) {
}
}
void Abaddon::ActionInsertMention(Snowflake id) {
m_main_window->InsertChatInput("<@" + std::to_string(id) + ">");
}
void Abaddon::ActionReloadCSS() {
try {
Gtk::StyleContext::remove_provider_for_screen(Gdk::Screen::get_default(), m_css_provider);