|
|
@@ -117,12 +117,12 @@ function closeCameraControlTips() {
|
|
|
for (const window of windows) {
|
|
|
const title = window.getTitle();
|
|
|
|
|
|
- if (title === "digiCamControl by Duka Istvan") {
|
|
|
+ if (title.indexOf('digiCamControl')>=0) {
|
|
|
console.log(title);
|
|
|
console.log(window);
|
|
|
window.minimize(); // 关闭窗口
|
|
|
// window.hide()
|
|
|
- break;
|
|
|
+ // break;
|
|
|
}
|
|
|
}
|
|
|
}catch (e) {
|