mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
update rate limit indicator on failed message send
this happens when you start the client while already rate-limited
This commit is contained in:
@@ -17,6 +17,7 @@ private:
|
||||
int GetRateLimit() const;
|
||||
bool UpdateIndicator();
|
||||
void OnMessageCreate(const Message &message);
|
||||
void OnMessageSendFail(const std::string &nonce, float rate_limit);
|
||||
|
||||
Gtk::Image m_img;
|
||||
Gtk::Label m_label;
|
||||
|
||||
Reference in New Issue
Block a user