Compare commits

..

4 commits

Author SHA1 Message Date
Christopher Snowhill
72aca0856f WIP: Attempt to actually use the custom icons
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-07-01 04:49:33 -07:00
Christopher Snowhill
e52650497b Add new status icon resources
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-07-01 04:49:33 -07:00
Christopher Snowhill
55fe616c67 Icon: Liquid Glass style icon for macOS Tahoe
Still need to adjust the custom dock icon for this.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-07-01 04:49:33 -07:00
Christopher Snowhill
5f4d2b32cd Apply recommended settings
Except for deployment target, which is staying at 10.13 for now.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-07-01 04:49:33 -07:00

View file

@ -101,8 +101,8 @@ static VisualizationController *_sharedController = nil;
}
- (void)postLatency:(double)latency {
ignoreLatency = (latency >= 45.0) || (latency < 0.0);
self->latency = latency;
ignoreLatency = (latency >= 45.0) || (latency < 0.0);
}
- (double)readSampleRate {