2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Added initial entry point for self statistics of credits.

This commit is contained in:
23rd
2025-06-05 17:14:28 +03:00
parent 759258bb39
commit 067dcbfbeb
6 changed files with 116 additions and 49 deletions

View File

@@ -123,7 +123,11 @@ not_null<Button*> AddButtonWithIcon(
const style::SettingsButton &st,
IconDescriptor &&descriptor) {
return container->add(
CreateButtonWithIcon(container, std::move(text), st, std::move(descriptor)));
CreateButtonWithIcon(
container,
std::move(text),
st,
std::move(descriptor)));
}
void CreateRightLabel(