mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Make darker toasts for quiz solutions.
This commit is contained in:
parent
57e9651a8a
commit
5cfd402b70
2 changed files with 2 additions and 2 deletions
|
@ -447,7 +447,7 @@ void Poll::showSolution() const {
|
|||
return;
|
||||
}
|
||||
auto config = Ui::Toast::Config();
|
||||
config.multiline = true;
|
||||
config.multiline = config.dark = true;
|
||||
config.minWidth = st::msgMinWidth;
|
||||
config.maxWidth = st::windowMinWidth;
|
||||
config.text = _poll->solution;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6d261326857f48906c272601a9f265d22269bb87
|
||||
Subproject commit 40084cab9577064436e2b381c27f498ac4a210a3
|
Loading…
Add table
Reference in a new issue