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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user