mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Fix object type name
This commit is contained in:
parent
60fe0bf8c9
commit
b2db1c749f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
NSBool isCached = NO;
|
||||
BOOL isCached = NO;
|
||||
NSURL *originalBackground;
|
||||
NSDictionary<NSWorkspaceDesktopImageOptionKey, id> *originalOptions;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue