mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
feat: better icons
fix: mention Solar Icon Pack in README
This commit is contained in:
@@ -46,6 +46,7 @@ Make sure you have these components installed with VS Build Tools:
|
||||
|
||||
### Very special thanks to
|
||||
|
||||
- [Solar Icon Set](https://solariconset.com/)
|
||||
- [JSON for Modern C++](https://github.com/nlohmann/json)
|
||||
- [BitConverter](https://github.com/YanjieHe/BitConverter)
|
||||
- [Not Enough Standards](https://github.com/Alairion/not-enough-standards)
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 528 B |
Binary file not shown.
|
After Width: | Height: | Size: 776 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 479 B |
Binary file not shown.
|
After Width: | Height: | Size: 745 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@@ -3,3 +3,5 @@ using "ui/widgets/widgets.style";
|
||||
|
||||
ayuGhostIcon: icon {{ "ayu/ghost", menuIconColor }};
|
||||
ayuMenuIcon: icon {{ "ayu/ayu_menu", menuIconColor }};
|
||||
ayuLReadMenuIcon: icon {{ "ayu/lread", menuIconColor }};
|
||||
ayuSReadMenuIcon: icon {{ "ayu/sread", menuIconColor }};
|
||||
|
||||
@@ -802,7 +802,7 @@ void MainMenu::setupMenu() {
|
||||
});
|
||||
addAction(
|
||||
tr::ayu_LReadMessages(),
|
||||
{ &st::menuIconMarkRead }
|
||||
{ &st::ayuLReadMenuIcon }
|
||||
)->setClickedCallback([=]
|
||||
{
|
||||
auto settings = &AyuSettings::getInstance();
|
||||
@@ -816,7 +816,7 @@ void MainMenu::setupMenu() {
|
||||
});
|
||||
addAction(
|
||||
tr::ayu_SReadMessages(),
|
||||
{ &st::menuIconMarkRead }
|
||||
{ &st::ayuSReadMenuIcon }
|
||||
)->setClickedCallback([=]
|
||||
{
|
||||
auto box = Box<AyuUi::ConfirmationBox>(controller);
|
||||
|
||||
Reference in New Issue
Block a user