mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Use nice icon for video message recording.
This commit is contained in:
parent
ff44f626ba
commit
6bc1049858
5 changed files with 5 additions and 5 deletions
BIN
Telegram/Resources/icons/chat/input_video.png
Normal file
BIN
Telegram/Resources/icons/chat/input_video.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 621 B |
BIN
Telegram/Resources/icons/chat/input_video@2x.png
Normal file
BIN
Telegram/Resources/icons/chat/input_video@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
Telegram/Resources/icons/chat/input_video@3x.png
Normal file
BIN
Telegram/Resources/icons/chat/input_video@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
|
@ -1161,9 +1161,9 @@ historyRecordVoiceOnceFg: icon {{ "voice_lock/audio_once_number", windowFgActive
|
|||
historyRecordVoiceOnceFgOver: icon {{ "voice_lock/audio_once_number", windowFgActive }};
|
||||
historyRecordVoiceOnceInactive: icon {{ "chat/audio_once", windowSubTextFg }};
|
||||
historyRecordVoiceActive: icon {{ "chat/input_record_filled", historyRecordVoiceFgActiveIcon }};
|
||||
historyRecordRound: icon {{ "info/info_media_round", historyRecordVoiceFg }};
|
||||
historyRecordRoundOver: icon {{ "info/info_media_round", historyRecordVoiceFgOver }};
|
||||
historyRecordRoundActive: icon {{ "info/info_media_round", historyRecordVoiceFgActiveIcon }};
|
||||
historyRecordRound: icon {{ "chat/input_video", historyRecordVoiceFg }};
|
||||
historyRecordRoundOver: icon {{ "chat/input_video", historyRecordVoiceFgOver }};
|
||||
historyRecordRoundActive: icon {{ "chat/input_video", historyRecordVoiceFgActiveIcon }};
|
||||
historyRecordRoundIconPosition: point(0px, 0px);
|
||||
historyRecordSendIconPosition: point(2px, 0px);
|
||||
historyRecordVoiceRippleBgActive: lightButtonBgOver;
|
||||
|
|
|
@ -480,8 +480,8 @@ storiesLike: IconButton(storiesAttach) {
|
|||
}
|
||||
storiesRecordVoice: icon {{ "chat/input_record", storiesComposeGrayIcon }};
|
||||
storiesRecordVoiceOver: icon {{ "chat/input_record", storiesComposeGrayIcon }};
|
||||
storiesRecordRound: icon {{ "info/info_media_round", storiesComposeGrayIcon }};
|
||||
storiesRecordRoundOver: icon {{ "info/info_media_round", storiesComposeGrayIcon }};
|
||||
storiesRecordRound: icon {{ "chat/input_video", storiesComposeGrayIcon }};
|
||||
storiesRecordRoundOver: icon {{ "chat/input_video", storiesComposeGrayIcon }};
|
||||
storiesRemoveSet: IconButton(stickerPanRemoveSet) {
|
||||
icon: icon {{ "simple_close", storiesComposeGrayIcon }};
|
||||
iconOver: icon {{ "simple_close", storiesComposeGrayIcon }};
|
||||
|
|
Loading…
Add table
Reference in a new issue