Skip to content

Commit

Permalink
a little adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
xdd666t committed Dec 7, 2021
1 parent cb44bf3 commit e138976
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/kotlin/NewGetX.kt
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ class NewGetX : AnAction() {
//add folder
if (data.function.useFolder) {
folder = "/$prefix"
}

//use folder suffix
if (data.setting.useFolderSuffix) {
folder = "${folder}_${data.module.viewName.lowercase()}"
//use folder suffix
if (data.setting.useFolderSuffix) {
folder = "${folder}_${data.module.viewName.lowercase()}"
}
}

//add prefix
Expand Down

0 comments on commit e138976

Please sign in to comment.