mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Improve participants sorting in voice chats.
This commit is contained in:
@@ -104,6 +104,7 @@ public:
|
||||
void setJoinMutedLocally(bool muted);
|
||||
[[nodiscard]] bool joinMuted() const;
|
||||
[[nodiscard]] bool canChangeJoinMuted() const;
|
||||
[[nodiscard]] bool joinedToTop() const;
|
||||
|
||||
private:
|
||||
enum class ApplySliceSource {
|
||||
@@ -158,6 +159,7 @@ private:
|
||||
bool _joinMuted = false;
|
||||
bool _canChangeJoinMuted = true;
|
||||
bool _allParticipantsLoaded = false;
|
||||
bool _joinedToTop = false;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user