mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Changed background color of Saved Messages button in main menu.
This commit is contained in:
parent
8796572704
commit
a5ea13f248
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue