2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-29 21:57:42 +00:00

Changed background color of Saved Messages button in main menu.

This commit is contained in:
23rd 2019-05-29 20:11:47 +03:00
parent 8796572704
commit a5ea13f248

View File

@ -357,7 +357,7 @@ void MainMenu::paintEvent(QPaintEvent *e) {
_cloudButton->y() + (_cloudButton->height() - st::mainMenuCloudSize) / 2,
width(),
st::mainMenuCloudSize,
st::mainMenuCloudBg,
st::msgServiceBg,
st::mainMenuCloudFg);
}
}