Skip to content

Commit

Permalink
Fix KiKit not found dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed Apr 8, 2022
1 parent 8364e08 commit 4606dfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pcm/kikit-lib/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"versions": [
{
"version": "1.0.4",
"version": "1.0.5",
"status": "stable",
"kicad_version": "6.0" }
]
Expand Down
2 changes: 1 addition & 1 deletion pcm/kikit/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"versions": [
{
"version": "1.0.4",
"version": "1.0.5",
"status": "stable",
"kicad_version": "6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion pcm/kikit/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def OnOK(self, event):
importAllPlugins()
except ImportError:
dialog = MissingKiKitDialog()
dialog.Show()
dialog.ShowModal()
dialog.Destroy()

if __name__ == "__main__":
Expand Down

0 comments on commit 4606dfd

Please sign in to comment.