mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 15:35:51 +00:00
Support toggling installs of beta versions.
This commit is contained in:
@@ -10,7 +10,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
bool gRtl = false;
|
||||
Qt::LayoutDirection gLangDir = gRtl ? Qt::RightToLeft : Qt::LeftToRight;
|
||||
|
||||
bool gBetaVersion = AppBetaVersion;
|
||||
bool gInstallBetaVersion = AppBetaVersion;
|
||||
uint64 gAlphaVersion = AppAlphaVersion;
|
||||
uint64 gRealAlphaVersion = AppAlphaVersion;
|
||||
QByteArray gAlphaPrivateKey;
|
||||
|
Reference in New Issue
Block a user