mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 20:03:12 +00:00
Use attention style for Decline All confirm button
This commit is contained in:
@@ -970,6 +970,9 @@ void ShowCommunityPendingRequestsBox(
|
||||
.confirmText = (reject
|
||||
? tr::lng_community_request_decline()
|
||||
: tr::lng_community_request_add()),
|
||||
.confirmStyle = (reject
|
||||
? &st::attentionBoxButton
|
||||
: nullptr),
|
||||
.title = (reject
|
||||
? tr::lng_community_requests_decline_all_title()
|
||||
: tr::lng_community_requests_add_all_title()),
|
||||
|
||||
Reference in New Issue
Block a user