mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 }};
|
historyRecordVoiceOnceFgOver: icon {{ "voice_lock/audio_once_number", windowFgActive }};
|
||||||
historyRecordVoiceOnceInactive: icon {{ "chat/audio_once", windowSubTextFg }};
|
historyRecordVoiceOnceInactive: icon {{ "chat/audio_once", windowSubTextFg }};
|
||||||
historyRecordVoiceActive: icon {{ "chat/input_record_filled", historyRecordVoiceFgActiveIcon }};
|
historyRecordVoiceActive: icon {{ "chat/input_record_filled", historyRecordVoiceFgActiveIcon }};
|
||||||
historyRecordRound: icon {{ "info/info_media_round", historyRecordVoiceFg }};
|
historyRecordRound: icon {{ "chat/input_video", historyRecordVoiceFg }};
|
||||||
historyRecordRoundOver: icon {{ "info/info_media_round", historyRecordVoiceFgOver }};
|
historyRecordRoundOver: icon {{ "chat/input_video", historyRecordVoiceFgOver }};
|
||||||
historyRecordRoundActive: icon {{ "info/info_media_round", historyRecordVoiceFgActiveIcon }};
|
historyRecordRoundActive: icon {{ "chat/input_video", historyRecordVoiceFgActiveIcon }};
|
||||||
historyRecordRoundIconPosition: point(0px, 0px);
|
historyRecordRoundIconPosition: point(0px, 0px);
|
||||||
historyRecordSendIconPosition: point(2px, 0px);
|
historyRecordSendIconPosition: point(2px, 0px);
|
||||||
historyRecordVoiceRippleBgActive: lightButtonBgOver;
|
historyRecordVoiceRippleBgActive: lightButtonBgOver;
|
||||||
|
|
|
@ -480,8 +480,8 @@ storiesLike: IconButton(storiesAttach) {
|
||||||
}
|
}
|
||||||
storiesRecordVoice: icon {{ "chat/input_record", storiesComposeGrayIcon }};
|
storiesRecordVoice: icon {{ "chat/input_record", storiesComposeGrayIcon }};
|
||||||
storiesRecordVoiceOver: icon {{ "chat/input_record", storiesComposeGrayIcon }};
|
storiesRecordVoiceOver: icon {{ "chat/input_record", storiesComposeGrayIcon }};
|
||||||
storiesRecordRound: icon {{ "info/info_media_round", storiesComposeGrayIcon }};
|
storiesRecordRound: icon {{ "chat/input_video", storiesComposeGrayIcon }};
|
||||||
storiesRecordRoundOver: icon {{ "info/info_media_round", storiesComposeGrayIcon }};
|
storiesRecordRoundOver: icon {{ "chat/input_video", storiesComposeGrayIcon }};
|
||||||
storiesRemoveSet: IconButton(stickerPanRemoveSet) {
|
storiesRemoveSet: IconButton(stickerPanRemoveSet) {
|
||||||
icon: icon {{ "simple_close", storiesComposeGrayIcon }};
|
icon: icon {{ "simple_close", storiesComposeGrayIcon }};
|
||||||
iconOver: icon {{ "simple_close", storiesComposeGrayIcon }};
|
iconOver: icon {{ "simple_close", storiesComposeGrayIcon }};
|
||||||
|
|
Loading…
Add table
Reference in a new issue