Refactoring code for image drawing

This commit is contained in:
relikd
2019-07-03 14:00:02 +02:00
parent 8e712cae20
commit 29a48384c7
8 changed files with 249 additions and 366 deletions

View File

@@ -24,6 +24,7 @@
#import "BarStatusItem.h"
#import "FeedDownload.h"
#import "Preferences.h"
#import "DrawImage.h"
@interface AppHook()
@property (strong) NSWindowController *prefWindow;
@@ -45,6 +46,7 @@
}
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
RegisterImageViewNames();
// feed://https://feeds.feedburner.com/simpledesktops
[FeedDownload registerNetworkChangeNotification]; // will call update scheduler
}