mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Custom title on macOS 10.10+ added.
This commit is contained in:
@@ -40,6 +40,8 @@ public:
|
||||
}
|
||||
void positionUpdated();
|
||||
|
||||
void setTitleVisibility(bool visible);
|
||||
|
||||
virtual void closeWithoutDestroy();
|
||||
|
||||
virtual ~MainWindow();
|
||||
@@ -70,6 +72,7 @@ private slots:
|
||||
}
|
||||
|
||||
private:
|
||||
void updateControlsGeometry();
|
||||
void initSize();
|
||||
|
||||
ChildObject<QTimer> _positionUpdatedTimer;
|
||||
|
Reference in New Issue
Block a user