mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Version 4.6.2: Fix translating to fallback language.
This commit is contained in:
@@ -288,9 +288,7 @@ void TranslateBar::setup(not_null<History*> history) {
|
||||
}, button->lifetime());
|
||||
|
||||
button->setClickedCallback([=] {
|
||||
translateTo(history->translatedTo()
|
||||
? LanguageId()
|
||||
: Core::App().settings().translateTo());
|
||||
translateTo(history->translatedTo() ? LanguageId() : _to.current());
|
||||
});
|
||||
|
||||
const auto label = Ui::CreateChild<Ui::FlatLabel>(
|
||||
|
Reference in New Issue
Block a user