mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Allow using any interface scale between 100%-300%.
This commit is contained in:
@@ -388,16 +388,6 @@ struct ProxyData {
|
||||
ProxyData ToDirectIpProxy(const ProxyData &proxy, int ipIndex = 0);
|
||||
QNetworkProxy ToNetworkProxy(const ProxyData &proxy);
|
||||
|
||||
enum DBIScale {
|
||||
dbisAuto = 0,
|
||||
dbisOne = 1,
|
||||
dbisOneAndQuarter = 2,
|
||||
dbisOneAndHalf = 3,
|
||||
dbisTwo = 4,
|
||||
|
||||
dbisScaleCount = 5,
|
||||
};
|
||||
|
||||
static const int MatrixRowShift = 40000;
|
||||
|
||||
enum DBIPlatform {
|
||||
|
Reference in New Issue
Block a user