diff --git a/Sources/Controllers/AppDelegate.m b/Sources/Controllers/AppDelegate.m index 969b898..f44c86c 100644 --- a/Sources/Controllers/AppDelegate.m +++ b/Sources/Controllers/AppDelegate.m @@ -743,7 +743,7 @@ static NSTimeInterval updateSystemVolumeInterval=0.1f; if (@available(macOS 16.0, *)) { iTunes = [[PlayerApplication alloc] initWithBundleIdentifier:@"com.apple.Music" andIcon:[NSImage imageNamed:@"AppleMusicTahoe"]]; } else { - iTunes = [[PlayerApplication alloc] initWithBundleIdentifier:@"com.apple.iTunes" andIcon:[NSImage imageNamed:@"AppleMusicSequoia"]]; + iTunes = [[PlayerApplication alloc] initWithBundleIdentifier:@"com.apple.Music" andIcon:[NSImage imageNamed:@"AppleMusicSequoia"]]; } spotify = [[PlayerApplication alloc] initWithBundleIdentifier:@"com.spotify.client" andIcon:[NSImage imageNamed:@"spotify"]]; diff --git a/User interface/Accessability/AccessibilityDialog.m b/User interface/Accessability/AccessibilityDialog.m index 68467db..9fa8ec9 100644 --- a/User interface/Accessability/AccessibilityDialog.m +++ b/User interface/Accessability/AccessibilityDialog.m @@ -45,7 +45,7 @@ //this will be the path to the .app bundle, //not the executable inside it; exactly what `open` wants NSString *pathToUs = [[NSBundle mainBundle] bundlePath]; - NSLog(@"%@",pathToUs); + //NSLog(@"%@",pathToUs); NSArray *shArgs = @[ @"-c", // -c tells sh to execute the next argument, passing it the remaining arguments. diff --git a/Volume Control.zip b/Volume Control.zip index f0978c0..43d29c1 100644 Binary files a/Volume Control.zip and b/Volume Control.zip differ diff --git a/VolumeControlPreRelease.zip b/VolumeControlPreRelease.zip deleted file mode 100644 index c035383..0000000 Binary files a/VolumeControlPreRelease.zip and /dev/null differ