update pins window on pin/unpin

This commit is contained in:
ouwou
2021-06-23 02:09:07 -04:00
parent 7db2675087
commit 41d60e5e90
6 changed files with 61 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ public:
std::vector<Snowflake> GetRecentAuthors();
void SetSeparateAll(bool separate);
void SetUsePinnedMenu(); // i think i need a better way to do menus
void ActuallyRemoveMessage(Snowflake id); // perhaps not the best method name
private:
void OnScrollEdgeOvershot(Gtk::PositionType pos);