mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Use rpl in some widgets and effects.
This commit is contained in:
@@ -127,7 +127,7 @@ constexpr auto kTagsCount = " << langpack_.tags.size() << ";\n\
|
||||
}
|
||||
header_->stream() << "\
|
||||
\n\
|
||||
enum LangKey {\n";
|
||||
enum LangKey : int {\n";
|
||||
for (auto &entry : langpack_.entries) {
|
||||
header_->stream() << "\t" << getFullKey(entry) << ",\n";
|
||||
}
|
||||
|
Reference in New Issue
Block a user