Commit graph

7 commits

Author SHA1 Message Date
acb0cf8c1e [Option][GUI] Sticker size 2023-06-16 05:53:42 +03:00
8035f02f96 [Option][GUI] Big emoji outline 2023-06-16 05:53:42 +03:00
32f9b9291e [Option][GUI] Font options 2023-06-16 05:53:42 +03:00
fc9871d6e1 [Option][Non-stored] Custom API ID and hash 2023-06-16 05:53:22 +03:00
2611636257 [Core] Settings system 2023-06-16 05:53:22 +03:00
17b7ba7940 [Core] Versioning and updater 2023-06-16 02:30:33 +03:00
c417056339 [Core] Language system
Telegram Desktop uses static language system with code generation, which
requires almost full app rebuild on any string modification, no matter
how small it is.

Since Kotatogram is options-driven, static language system will slow the
development. This language system solves the problem by using JSON and
runtime string search instead.
2023-06-16 02:30:33 +03:00