mirror of
https://github.com/creamlike1024/EasyLPAC.git
synced 2026-04-25 21:05:50 +03:00
[GH-ISSUE #7] LpacErrDialog will be popup three times if there's no card while click the refresh button #66
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyLPAC#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @quul on GitHub (Mar 6, 2024).
Original GitHub issue: https://github.com/creamlike1024/EasyLPAC/issues/7
Description
LpacErrDialogwill be popup three times if there's no card while click the refresh button.Screenshots
https://github.com/creamlike1024/EasyLPAC/assets/56734434/98cb1518-8798-46df-9e03-c1453ee0b089
Environment
EasyLPAC: 0.6.7
macOS: 14.2
Dive into
It seems happes because of each function below call the
ShowLpacErrDialogfunctiongithub.com/creamlike1024/EasyLPAC@f567f7ba42/control.go (L153-L155)But due to the lack knowledge of golang, I don't know which is the best practice, so I'm afraid I can't PR. :(
Anyway, just a little bug(