electron-screenshots 0.5.15 → 0.5.16

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.
@@ -294,6 +294,7 @@ var Screenshots = /** @class */ (function (_super) {
294
294
  width: display.width,
295
295
  height: display.height
296
296
  });
297
+ this.$win.setAlwaysOnTop(true);
297
298
  this.$win.show();
298
299
  return [2 /*return*/];
299
300
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electron-screenshots",
3
- "version": "0.5.15",
3
+ "version": "0.5.16",
4
4
  "description": "electron 截图插件",
5
5
  "types": "lib/screenshots.d.ts",
6
6
  "main": "lib/screenshots.js",
@@ -38,7 +38,7 @@
38
38
  "debug": "^4.3.3",
39
39
  "fs-extra": "^10.1.0",
40
40
  "node-screenshots": "^0.1.1",
41
- "react-screenshots": "^0.5.15"
41
+ "react-screenshots": "^0.5.16"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "electron": ">=14"
@@ -58,5 +58,5 @@
58
58
  "rimraf": "^3.0.2",
59
59
  "typescript": "^4.5.5"
60
60
  },
61
- "gitHead": "d93a013b046e1e03f2b408b33685af390111b2fb"
61
+ "gitHead": "b6dda67da28477ae0d2f6a826fb1bc929a912637"
62
62
  }