2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Show correct downloads elements context menu.

This commit is contained in:
John Preston
2022-02-27 14:14:39 +03:00
parent daadf7e2a1
commit e89c95551f
32 changed files with 362 additions and 147 deletions

View File

@@ -66,7 +66,12 @@ struct SelectedItems {
Storage::SharedMediaType type;
std::vector<SelectedItem> list;
};
enum class SelectionAction {
Clear,
Forward,
Delete,
};
class WrapWidget final : public Window::SectionWidget {