mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
fix: minor xcode warnings in macOS client (#3174)
This commit is contained in:
@@ -150,7 +150,6 @@
|
||||
|
||||
//set auto import
|
||||
NSString* autoPath;
|
||||
VDKQueue* x = [(Controller*)[NSApp delegate] fileWatcherQueue];
|
||||
if ([_fDefaults boolForKey:@"AutoImport"] && (autoPath = [_fDefaults stringForKey:@"AutoImportDirectory"]))
|
||||
{
|
||||
[((Controller*)NSApp.delegate).fileWatcherQueue addPath:autoPath.stringByExpandingTildeInPath
|
||||
|
||||
Reference in New Issue
Block a user