mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-01-03 00:44:00 +00:00
Prefer Song Name in Window Title
This commit is contained in:
parent
2e01341996
commit
991ef8684f
|
@ -565,4 +565,12 @@
|
||||||
[self didChangeSong];
|
[self didChangeSong];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (NSString *) displayName
|
||||||
|
{
|
||||||
|
if ([songTitle isEqual:@""])
|
||||||
|
return [super displayName];
|
||||||
|
else
|
||||||
|
return songTitle;
|
||||||
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user