mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Make darker toasts for quiz solutions.
This commit is contained in:
@@ -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;
|
||||
|
Submodule Telegram/lib_ui updated: 6d26132685...40084cab95
Reference in New Issue
Block a user