Compare commits

..

No commits in common. "dev" and "v5.12.3" have entirely different histories.
dev ... v5.12.3

2 changed files with 18 additions and 9 deletions

View file

@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for reporting issues of AyuGram Desktop!
Thanks for reporting issues of Telegram Desktop!
To make it easier for us to help you please enter detailed information below.
- type: textarea
@ -39,9 +39,12 @@ body:
required: true
- type: input
attributes:
label: Version of AyuGram Desktop
label: Version of Telegram Desktop
description: >
**Don't use 'latest'**, specify actual version.
Please note we don't support versions from Linux distro repositories.
If you need support for these versions, **please contact your distro maintainer**
or your distro bugtracker.
**Don't use 'latest'**, specify actual version, **that's a reason to close your issue**.
validations:
required: true
- type: dropdown
@ -49,7 +52,11 @@ body:
label: Installation source
multiple: false
options:
- Binary from GitHub / official Telegram source
- Static binary from official website
- Microsoft Store
- Mac App Store
- Flatpak
- Snap
- Other (unofficial) source
validations:
required: true
@ -58,7 +65,9 @@ body:
label: Crash ID
description: >
If you're reporting a crash, please enter the crash ID from the crash reporter
opening on the next launch after crash.
opening on the next launch after crash. **You have to enable beta versions
installation in Settings -> Advanced for the reporter to appear.**
You don't have to wait for a beta version to arrive.
- type: textarea
attributes:
label: Logs

View file

@ -3109,12 +3109,12 @@ void HistoryItem::setPostAuthor(const QString &postAuthor) {
void HistoryItem::setDeleted() {
_deleted = true;
if (isService()) {
const auto settings = &AyuSettings::getInstance();
setAyuHint(settings->deletedMark);
} else {
const auto settings = &AyuSettings::getInstance();
if (settings->replaceBottomInfoWithIcons) {
history()->owner().requestItemViewRefresh(this);
history()->owner().requestItemResize(this);
} else {
setAyuHint(settings->deletedMark);
}
}