mirror of
https://github.com/transmission/transmission
synced 2024-12-27 01:57:52 +00:00
aabb8c809e
removed fullscreen support, as it opens a can of worms trying to fully support it.... https://github.com/transmission/transmission/issues/3215#issuecomment-1147477253
9 lines
247 B
Objective-C
9 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
|