mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-22 09:07:05 +02:00
Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
b3552d8c2c | ||
|
206a15191f | ||
|
22de3980d1 |
2 changed files with 9 additions and 18 deletions
19
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
19
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
@ -5,7 +5,7 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for reporting issues of Telegram Desktop!
|
Thanks for reporting issues of AyuGram Desktop!
|
||||||
|
|
||||||
To make it easier for us to help you please enter detailed information below.
|
To make it easier for us to help you please enter detailed information below.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -39,12 +39,9 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Version of Telegram Desktop
|
label: Version of AyuGram Desktop
|
||||||
description: >
|
description: >
|
||||||
Please note we don't support versions from Linux distro repositories.
|
**Don't use 'latest'**, specify actual version.
|
||||||
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -52,11 +49,7 @@ body:
|
||||||
label: Installation source
|
label: Installation source
|
||||||
multiple: false
|
multiple: false
|
||||||
options:
|
options:
|
||||||
- Static binary from official website
|
- Binary from GitHub / official Telegram source
|
||||||
- Microsoft Store
|
|
||||||
- Mac App Store
|
|
||||||
- Flatpak
|
|
||||||
- Snap
|
|
||||||
- Other (unofficial) source
|
- Other (unofficial) source
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
@ -65,9 +58,7 @@ body:
|
||||||
label: Crash ID
|
label: Crash ID
|
||||||
description: >
|
description: >
|
||||||
If you're reporting a crash, please enter the crash ID from the crash reporter
|
If you're reporting a crash, please enter the crash ID from the crash reporter
|
||||||
opening on the next launch after crash. **You have to enable beta versions
|
opening on the next launch after crash.
|
||||||
installation in Settings -> Advanced for the reporter to appear.**
|
|
||||||
You don't have to wait for a beta version to arrive.
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Logs
|
label: Logs
|
||||||
|
|
|
@ -3109,12 +3109,12 @@ void HistoryItem::setPostAuthor(const QString &postAuthor) {
|
||||||
void HistoryItem::setDeleted() {
|
void HistoryItem::setDeleted() {
|
||||||
_deleted = true;
|
_deleted = true;
|
||||||
|
|
||||||
const auto settings = &AyuSettings::getInstance();
|
if (isService()) {
|
||||||
if (settings->replaceBottomInfoWithIcons) {
|
const auto settings = &AyuSettings::getInstance();
|
||||||
|
setAyuHint(settings->deletedMark);
|
||||||
|
} else {
|
||||||
history()->owner().requestItemViewRefresh(this);
|
history()->owner().requestItemViewRefresh(this);
|
||||||
history()->owner().requestItemResize(this);
|
history()->owner().requestItemResize(this);
|
||||||
} else {
|
|
||||||
setAyuHint(settings->deletedMark);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue