2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Initialize data for simple types in local folder struct

This commit is contained in:
RadRussianRus
2021-05-10 08:41:58 +03:00
parent 1b1ec93914
commit 92c587966e

View File

@@ -146,10 +146,10 @@ DeclareSetting(bool, ForwardAlbumsAsIs);
DeclareSetting(bool, ForwardGrouped);
struct LocalFolder {
int id;
int id = 0;
uint64 ownerId;
bool isTest;
int cloudOrder;
bool isTest = false;
int cloudOrder = 0;
QString name;
QString emoticon;
std::vector<uint64> always;