Skip to content

Commit

Permalink
Merge branch 'app_icons' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdnx committed Nov 19, 2023
2 parents 9016043 + 13af09f commit b7d7c77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
15 changes: 2 additions & 13 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body:
required: true
- type: input
attributes:
label: Version of Telegram Desktop
label: Version of rabbitGram Desktop
description: >
Please note we don't support versions from Linux distro repositories.
If you need support for these versions, **please contact your distro maintainer**
Expand All @@ -52,21 +52,10 @@ body:
label: Installation source
multiple: false
options:
- Static binary from rabbitGram channel
- Microsoft Store
- Flatpak
- Snap
- Static binary from rabbitGram channel/forum
- Other (unofficial) source
validations:
required: true
- type: input
attributes:
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. **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
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ contact_links:
about: Any bug report or feature request affecting more than only rabbitGram Desktop.
- name: Issue of other client
url: https://bugs.telegram.org
about: Any bug report or feature request not about Telegram Desktop.
about: Any bug report or feature request not about rabbitGram Desktop.
- name: Question
url: https://t.me/rabbitGramDesktop
about: Ask a question.
4 changes: 4 additions & 0 deletions Telegram/SourceFiles/rabbit/rabbit_settings_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,13 @@ namespace Settings {
SetupGeneral(container);

Ui::AddSkip(container);
Ui::AddDivider(container);
Ui::AddSkip(container);
SetupAppearance(container);

Ui::AddSkip(container);
Ui::AddDivider(container);
Ui::AddSkip(container);
SetupChats(container);
}

Expand Down

0 comments on commit b7d7c77

Please sign in to comment.