Skip to content

Commit

Permalink
Merge pull request #52 from X1Z53/main
Browse files Browse the repository at this point in the history
Edits, new pages
  • Loading branch information
OlegShchavelev authored Dec 13, 2024
2 parents 2efcf78 + 20f650b commit e035b6c
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 69 deletions.
3 changes: 2 additions & 1 deletion .yaspeller/apps&companies.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"AXP288",
"10ICR",
"SDIO",
"1212"
"1212",
"BCM43430"
]
22 changes: 7 additions & 15 deletions docs/apps/telegram-desktop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,35 +32,27 @@ appstream:

<!--@include: @apps/.parts/install/content-flatpak.md-->

## Маштабирование
## Масштабирование

Для полного отображения клиента в вертикальной ориентации необходимо изменить масштаб приложения. Перейдите в меню (☰) и измените масштаб по умолчанию на значение 180%.

## Отключить уведомление активное окно (Draw attention to the window)
## Отключение уведомления об активном окне (Draw attention to the window)

Мессенджер информирует пользователя об активном чате путём отправки уведомления. Вы можете отключить опцию перейдя в:
Мессенджер информирует пользователя об активном чате путём отправки уведомления. Вы можете отключить опцию, перейдя в Настройки -> «Уведомления и звуки» и отключите опцию подсветка окна («Draw attention to the window»)

- Настройки
- Уведомления и звуки
- Отключите опцию подсветка окна (Draw attention to the window)
## Использование системной рамки в Telegram

## Использовать системную рамку в Telegram

Включите системную рамку следующим образом:

- Откройте Telegram Desktop
- Настройки -> Продвинутые настройки
- Снимите флажок «Рамка окна QT»
Для включения системной рамки окна перейдите в Настройки -> «Продвинутые настройки» и снимите флажок «Рамка окна QT»

## Сброс настроек

Telegram Desktop <Badge type="warning" text="Sisyphus" /> <Badge type="warning" text="P11" />
Для версии из репозитория:

```shell
rm -rfv ~/.local/share/TelegramDesktop
```

Telegram Desktop <Badge type="tip" text="Flatpak" />
Для Flatpak-версии:

```shell
rm -rfv ~/.var/app/org.telegram.desktop/config
Expand Down
59 changes: 59 additions & 0 deletions docs/en/apps/telegram-desktop/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
aggregation:
flatpak: org.telegram.desktop
sisyphus: telegram-desktop
appstream:
id: org.telegram.desktop
name: Telegram Desktop
icon: https://dl.flathub.org/repo/appstream/x86_64/icons/128x128/org.telegram.desktop.png
summary: Кроссплатформенная система мгновенного обмена сообщениями
keywords:
- adaptive
- oobe
developer:
name: Telegram FZ-LLC
metadata_license:
name: GNU GPLv3
link: https://choosealicense.com/licenses/gpl-3.0/
url:
homepage: https://desktop.telegram.org/
bugtracker: https://github.com/telegramdesktop/tdesktop/issues
---

# Telegram Desktop

A native client for instant messaging, adapted to work with mobile devices. The ability to log in using a QR code or SMS to a phone number.

<!--@include: @apps/.parts/install/content-repo.md-->

::: info
Currently, the repository contains the client version `5.2.3` from the `sisyphus` branch. The adaptive interface has been improved in version `5.8.0`, details can be found in the report [BZ #51252](https://bugzilla.altlinux.org/51252).
:::

<!--@include: @apps/.parts/install/content-flatpak.md-->

## Scaling

To fully display the client in vertical orientation, you need to change the scale of the application. Go to the menu (☰) and change the default zoom to 180%.

## Disabling notification of an active window (Draw attention to the window)

The messenger informs the user about an active chat by sending a notification. You can disable the option by going to Settings -> "Notifications and Sounds" and disable the window backlight option ("Draw attention to the window")

## Using the system frame in Telegram

To enable the system window frame, go to Settings -> Advanced Settings and uncheck the "QT window frame" box

## Reset settings

For the version from the repository:

```shell
rm -rfv ~/.local/share/TelegramDesktop
```

For the Flatpak version:

```shell
rm -rfv ~/.var/app/org.telegram.desktop/config
```
Loading

0 comments on commit e035b6c

Please sign in to comment.