pullrequests Search Results · repo:UnigramDev/Unigram language:C#
Filter by
243 results (145 ms)
243 results
inUnigramDev/Unigram (press backspace or delete to remove) - Add missing formatting options;
- Reordered shortcuts to be in the same order, as they appear in the application;
- Add consistency (spaces between keys and + symbols) for shortcuts;
...
Changed the invalid url in readme
#3174 #3169
First commit
Added alternative way to pause Voice Message recording (Ctrl+P)
Source: https://t.me/unigraminsiders/522981 (and a few following messages)
Second commit
Fixed the Page Up/Down mixup
I removed unnecessary character and added git apply patch command.
After running the docker commands I’ve faced this error invalid reference format usually occurs After searching I’ve
found that Docker is having trouble interpreting the path due to special characters, ...
This PR resolves compilation issues for building Unigram natively on Windows on ARM64 devices by making the following
key adjustments:
1. Include Directories Update:
- Modified Telegram.Native.Calls.vcxproj ...