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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user