mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-31 17:41:16 +00:00
Blue online in top bar in conversation with user. Profile styles fix.
This commit is contained in:
@@ -426,7 +426,7 @@ void SettingsInner::paintEvent(QPaintEvent *e) {
|
||||
|
||||
p.setFont(st::setStatusFont->f);
|
||||
bool connecting = App::wnd()->connectingVisible();
|
||||
p.setPen((connecting ? st::profileOfflineColor : st::profileOnlineColor)->p);
|
||||
p.setPen((connecting ? st::profileOfflineFg : st::profileOnlineFg)->p);
|
||||
p.drawText(_uploadPhoto.x() + st::setStatusLeft, top + st::setStatusTop + st::setStatusFont->ascent, lang(connecting ? lng_status_connecting : lng_status_online));
|
||||
|
||||
top += st::setPhotoSize;
|
||||
|
||||
Reference in New Issue
Block a user