mirror of https://github.com/procxx/kepka.git
removed backgroundcolor setting
This commit is contained in:
parent
70e85529c7
commit
39419a212e
|
@ -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…
Reference in New Issue