mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Update Telegram button added to DialogsWidget/Intro. Three dot menu.
This commit is contained in:
@@ -44,12 +44,13 @@ public:
|
||||
|
||||
virtual ~MainWindow();
|
||||
|
||||
QWidget *bodyWidget() {
|
||||
return _body;
|
||||
}
|
||||
|
||||
protected:
|
||||
void resizeEvent(QResizeEvent *e) override;
|
||||
|
||||
QWidget *bodyWidget() { // temp
|
||||
return _body;
|
||||
}
|
||||
void savePosition(Qt::WindowState state = Qt::WindowActive);
|
||||
|
||||
virtual void initHook() {
|
||||
|
Reference in New Issue
Block a user