mirror of
https://github.com/transmission/transmission
synced 2024-12-27 01:57:52 +00:00
af5db6e6f2
* Replaces DotFlat png with generated icons * code review: udating popup item icons * code review: increasing inset
11 lines
332 B
Objective-C
11 lines
332 B
Objective-C
// This file Copyright © 2009-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 <AppKit/AppKit.h>
|
|
|
|
@interface NSApplication (NSApplicationAdditions)
|
|
|
|
@property(nonatomic, getter=isDarkMode, readonly) BOOL darkMode;
|
|
|
|
@end
|