mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 23:25:15 +00:00
Raise max accounts to 100 in x64 build
This commit is contained in:
@@ -31,7 +31,11 @@ public:
|
||||
};
|
||||
|
||||
static constexpr auto kMaxAccountsWarn = 3;
|
||||
#ifdef Q_PROCESSOR_X86_64
|
||||
static constexpr auto kMaxAccounts = 100;
|
||||
#else
|
||||
static constexpr auto kMaxAccounts = 10;
|
||||
#endif
|
||||
|
||||
explicit Domain(const QString &dataName);
|
||||
~Domain();
|
||||
|
Reference in New Issue
Block a user