Skip to content

Commit

Permalink
fix: use opened folder name not opened folder parent for pach json na…
Browse files Browse the repository at this point in the history
…me default

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
  • Loading branch information
Ryex committed Oct 1, 2024
1 parent 9a10975 commit 255cfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gui/pack_json.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func NewPackJSONDialog(
) *PackJSONDialog {
dlg := &PackJSONDialog{
Path: path,
Name: filepath.Base(filepath.Dir(path)),
Name: filepath.Base(path),
ID: ddpackage.GenPackID(),
parent: parent,
callback: callback,
Expand Down

0 comments on commit 255cfeb

Please sign in to comment.