hbl917070 / Tiefsee4

An open-source image viewer for Windows with powerful features and ease of use
https://hbl917070.github.io/aeropic/
MIT License
268 stars 11 forks source link

避免創建多於一個的相同子視窗 #36

Closed charles7668 closed 2 months ago

hbl917070 commented 2 months ago

這部分的判斷原本是用 js 來處理的, 但更新到 .net7 之後,就不允許直接把 Form 物件傳遞給 js,才導致出現了這個子視窗可以重複開啟的現象, 實在拿它沒辦法就一直擱置這個BUG

直接從 C# 來判斷視窗是否已經開啟,確實是個不錯的做法