mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
Version 1.1.16: Hide emoji replaces list for now.
This commit is contained in:
parent
0e059ec788
commit
fdcb28f1a0
1 changed files with 3 additions and 3 deletions
|
@ -157,9 +157,9 @@ void ChatSettingsWidget::createControls() {
|
|||
addChildRow(_replaceEmoji, marginSub, lang(lng_settings_replace_emojis), [this](bool) { onReplaceEmoji(); }, cReplaceEmojis());
|
||||
style::margins marginList(st::defaultCheck.diameter + st::defaultBoxCheckbox.textPosition.x(), 0, 0, st::settingsSkip);
|
||||
addChildRow(_viewList, marginList, slidedPadding, lang(lng_settings_view_emojis), SLOT(onViewList()), st::defaultLinkButton);
|
||||
if (!cReplaceEmojis()) {
|
||||
// if (!cReplaceEmojis()) {
|
||||
_viewList->hideFast();
|
||||
}
|
||||
// }
|
||||
|
||||
#ifndef OS_WIN_STORE
|
||||
auto pathMargin = marginSub;
|
||||
|
@ -191,7 +191,7 @@ void ChatSettingsWidget::onReplaceEmoji() {
|
|||
cSetReplaceEmojis(_replaceEmoji->checked());
|
||||
Local::writeUserSettings();
|
||||
|
||||
_viewList->toggleAnimated(_replaceEmoji->checked());
|
||||
//_viewList->toggleAnimated(_replaceEmoji->checked());
|
||||
}
|
||||
|
||||
void ChatSettingsWidget::onViewList() {
|
||||
|
|
Loading…
Add table
Reference in a new issue