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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user