2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Alpha version 1.2.24.

- Add links with custom text from context menu or by Ctrl/Cmd + K.
This commit is contained in:
John Preston
2018-05-26 18:48:11 +03:00
parent 7252e9b266
commit 08897aa83a
7 changed files with 23 additions and 14 deletions

View File

@@ -95,6 +95,11 @@ std::map<int, const char*> AlphaLogs() {
"\xE2\x80\x94 Apply formatting by hotkeys.\n"
"\xE2\x80\x94 Bug fixes and other minor improvements."
},
{
1002024,
"\xE2\x80\x94 Add links with custom text from context menu "
"or by Ctrl/Cmd + K keyboard shortcut."
}
};
}