mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Use global Fn+F shortcut for toggle fullscreen on macOS.
This commit is contained in:
@@ -128,6 +128,10 @@ void Panel::minimize() {
|
||||
window()->setWindowState(window()->windowState() | Qt::WindowMinimized);
|
||||
}
|
||||
|
||||
void Panel::toggleFullScreen() {
|
||||
toggleFullScreen(!window()->isFullScreen());
|
||||
}
|
||||
|
||||
void Panel::replaceCall(not_null<Call*> call) {
|
||||
reinitWithCall(call);
|
||||
updateControlsGeometry();
|
||||
|
Reference in New Issue
Block a user