mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Replace ContactsBox with PeerListBox in two cases.
- View contacts list in PeerListBox. - Add participants when creating group / channel in PeerListBox.
This commit is contained in:
@@ -617,7 +617,7 @@ enum ShowLayerOption {
|
||||
AnimatedShowLayer = 0x00,
|
||||
ForceFastShowLayer = 0x04,
|
||||
};
|
||||
Q_DECLARE_FLAGS(ShowLayerOptions, ShowLayerOption);
|
||||
using ShowLayerOptions = QFlags<ShowLayerOption>;
|
||||
Q_DECLARE_OPERATORS_FOR_FLAGS(ShowLayerOptions);
|
||||
|
||||
static int32 FullArcLength = 360 * 16;
|
||||
|
Reference in New Issue
Block a user