mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
removed backgroundcolor setting
This commit is contained in:
parent
70e85529c7
commit
39419a212e
2 changed files with 0 additions and 2 deletions
|
@ -70,7 +70,6 @@ QPixmapPointer gChatBackground = 0;
|
|||
int32 gChatBackgroundId = 0;
|
||||
QPixmapPointer gChatDogImage = 0;
|
||||
bool gTileBackground = true;
|
||||
QColor gBackgroundColor = QColor(0, 0, 0);
|
||||
|
||||
uint32 gConnectionsInSession = 1;
|
||||
QString gLoggedPhoneNumber;
|
||||
|
|
|
@ -69,7 +69,6 @@ DeclareSetting(QPixmapPointer, ChatBackground);
|
|||
DeclareSetting(int32, ChatBackgroundId);
|
||||
DeclareSetting(QPixmapPointer, ChatDogImage);
|
||||
DeclareSetting(bool, TileBackground);
|
||||
DeclareSetting(QColor, BackgroundColor);
|
||||
|
||||
DeclareSetting(bool, SoundNotify);
|
||||
DeclareSetting(bool, NeedConfigResave);
|
||||
|
|
Loading…
Add table
Reference in a new issue