mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Alpha version 1.2.25.
- Apply markdown formatting (```, `, **, __) only when sending the message. - Display connection quality bars in calls. - Telegram Desktop can update itself through MTProto. - Bug fixes and other minor improvements.
This commit is contained in:
@@ -192,7 +192,7 @@ void PhoneWidget::submit() {
|
||||
rpcFail(&PhoneWidget::phoneSubmitFail));
|
||||
};
|
||||
const auto code = _country->iso();
|
||||
if (!TermsAcceptRequired(code) || _termsAccepted) {
|
||||
if (true || !TermsAcceptRequired(code) || _termsAccepted) {
|
||||
sendCode();
|
||||
} else {
|
||||
acceptTerms(code, base::lambda_guarded(this, [=] {
|
||||
|
Reference in New Issue
Block a user