mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Allow using any interface scale between 100%-300%.
This commit is contained in:
@@ -44,9 +44,9 @@ uint32 gConnectionsInSession = 1;
|
||||
QString gLoggedPhoneNumber;
|
||||
|
||||
QByteArray gLocalSalt;
|
||||
DBIScale gRealScale = dbisAuto;
|
||||
DBIScale gScreenScale = dbisOne;
|
||||
DBIScale gConfigScale = dbisAuto;
|
||||
int gRealScale = kInterfaceScaleAuto;
|
||||
int gScreenScale = kInterfaceScaleAuto;
|
||||
int gConfigScale = kInterfaceScaleAuto;
|
||||
|
||||
QString gTimeFormat = qsl("hh:mm");
|
||||
|
||||
|
Reference in New Issue
Block a user