mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-10-17 14:19:43 +00:00
Replaced some qstr with u""_q literal.
This commit is contained in:
@@ -348,7 +348,7 @@ WallPaper WallPaper::withUrlParams(
|
||||
if (auto mode = params.value("mode"); !mode.isEmpty()) {
|
||||
const auto list = mode.replace('+', ' ').split(' ');
|
||||
for (const auto &change : list) {
|
||||
if (change == qstr("blur")) {
|
||||
if (change == u"blur"_q) {
|
||||
result._blurred = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user