mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 10:28:32 +00:00
removed fullscreen support, as it opens a can of worms trying to fully support it.... https://github.com/transmission/transmission/issues/3215#issuecomment-1147477253
10 lines
247 B
Objective-C
10 lines
247 B
Objective-C
// This file Copyright © 2008-2022 Transmission authors and contributors.
|
|
// It may be used under the MIT (SPDX: MIT) license.
|
|
// License text can be found in the licenses/ folder.
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface MainWindow : NSWindow
|
|
|
|
@end
|