mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
conflicts fixed, moved to open sans font
This commit is contained in:
@@ -2394,7 +2394,9 @@ void HistoryWidget::updateOnlineDisplay(int32 x, int32 w) {
|
||||
if (titlePeerText != text) {
|
||||
titlePeerText = text;
|
||||
titlePeerTextWidth = st::dlgHistFont->m.width(titlePeerText);
|
||||
App::main()->topBar()->update();
|
||||
if (App::main()) {
|
||||
App::main()->topBar()->update();
|
||||
}
|
||||
}
|
||||
updateOnlineDisplayTimer();
|
||||
}
|
||||
|
Reference in New Issue
Block a user