node-mac-recorder 2.10.39 → 2.10.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-mac-recorder",
3
- "version": "2.10.39",
3
+ "version": "2.10.40",
4
4
  "description": "Native macOS screen recording package for Node.js applications",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -1428,7 +1428,7 @@ bool startScreenSelection() {
1428
1428
 
1429
1429
  // Create select button with more padding and hover effects
1430
1430
  NSButton *selectButton = [[HoverButton alloc] initWithFrame:NSMakeRect(0, 0, 200, 60)];
1431
- [selectButton setTitle:@"Start Record"];
1431
+ [selectButton setTitle:@"Start Record"];
1432
1432
  [selectButton setButtonType:NSButtonTypeMomentaryPushIn];
1433
1433
  [selectButton setBordered:NO];
1434
1434
  [selectButton setFont:[NSFont systemFontOfSize:16 weight:NSFontWeightRegular]];