mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
Forward bar and unread counter added to top bar in OneColumn layout.
This commit is contained in:
@@ -103,6 +103,7 @@ MainWindow::MainWindow() {
|
||||
Notify::unreadCounterUpdated();
|
||||
}
|
||||
});
|
||||
subscribe(Global::RefUnreadCounterUpdate(), [this] { updateUnreadCounter(); });
|
||||
|
||||
resize(st::windowDefaultWidth, st::windowDefaultHeight);
|
||||
|
||||
|
Reference in New Issue
Block a user