We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d231fd commit e110721Copy full SHA for e110721
Sources/App/Classes/Views/Main Window/TVCMainWindow.m
@@ -521,7 +521,7 @@ - (NSSize)window:(NSWindow *)window willUseFullScreenContentSize:(NSSize)propose
521
522
- (NSApplicationPresentationOptions)window:(NSWindow *)window willUseFullScreenPresentationOptions:(NSApplicationPresentationOptions)proposedOptions
523
{
524
- return (NSApplicationPresentationFullScreen | NSApplicationPresentationHideDock | NSApplicationPresentationAutoHideMenuBar);
+ return proposedOptions;
525
}
526
527
- (void)windowDidExitFullScreen:(NSNotification *)notification
0 commit comments