mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Removed AddButton and CreateButton without icon from Settings.
This commit is contained in:
@@ -168,7 +168,7 @@ void BackgroundBox::prepare() {
|
||||
|
||||
Ui::AddSkip(container);
|
||||
|
||||
const auto button = container->add(Settings::CreateButton(
|
||||
const auto button = container->add(object_ptr<Ui::SettingsButton>(
|
||||
container,
|
||||
tr::lng_settings_bg_from_file(),
|
||||
st::infoProfileButton));
|
||||
|
Reference in New Issue
Block a user