mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +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 <Foundation/Foundation.h>
|
||||||
#import <AppKit/AppKit.h>
|
#import <AppKit/AppKit.h>
|
||||||
|
|
||||||
NSBool isCached = NO;
|
BOOL isCached = NO;
|
||||||
NSURL *originalBackground;
|
NSURL *originalBackground;
|
||||||
NSDictionary<NSWorkspaceDesktopImageOptionKey, id> *originalOptions;
|
NSDictionary<NSWorkspaceDesktopImageOptionKey, id> *originalOptions;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue