Skip to content

Commit e110721

Browse files
committed
honor user-specified full-screen presentation options
1 parent 9d231fd commit e110721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/Classes/Views/Main Window/TVCMainWindow.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ - (NSSize)window:(NSWindow *)window willUseFullScreenContentSize:(NSSize)propose
521521

522522
- (NSApplicationPresentationOptions)window:(NSWindow *)window willUseFullScreenPresentationOptions:(NSApplicationPresentationOptions)proposedOptions
523523
{
524-
return (NSApplicationPresentationFullScreen | NSApplicationPresentationHideDock | NSApplicationPresentationAutoHideMenuBar);
524+
return proposedOptions;
525525
}
526526

527527
- (void)windowDidExitFullScreen:(NSNotification *)notification

0 commit comments

Comments
 (0)