mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +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);
|
DeclareSetting(bool, ForwardGrouped);
|
||||||
|
|
||||||
struct LocalFolder {
|
struct LocalFolder {
|
||||||
int id;
|
int id = 0;
|
||||||
uint64 ownerId;
|
uint64 ownerId;
|
||||||
bool isTest;
|
bool isTest = false;
|
||||||
int cloudOrder;
|
int cloudOrder = 0;
|
||||||
QString name;
|
QString name;
|
||||||
QString emoticon;
|
QString emoticon;
|
||||||
std::vector<uint64> always;
|
std::vector<uint64> always;
|
||||||
|
Reference in New Issue
Block a user