Skip to content

Commit

Permalink
Fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Oct 3, 2024
1 parent 966b8b7 commit 7c7d4a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@
},
"menu": {
"settings": {
"title": "Pf2e RPG #s Config Menu",
"buttons": {
"export": "Export Settings",
"import": "Import Settings",
Expand All @@ -556,6 +557,11 @@
"cancel": "Cancel"
}
},
"notification": {
"save": "Settings saved successfully!",
"submit": "Settings submitted successfully!",
"cancel": "Settings menu closed without saving"
},
"tabs": {
"home": "Home",
"rolls": "Rolls",
Expand Down
2 changes: 1 addition & 1 deletion scripts/helpers/forms/settingsConfigForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export class SettingsConfigForm extends FormApplication {
// Expand the flat form data into a nested object structure

// Debug log for inspecting the expanded form data
console.log("Expanded Form Data:", { expandedData, formData });
//console.log("Expanded Form Data:", { expandedData, formData });
//game.settings.set('myModuleName', 'myComplexSettingName', data);
}

Expand Down
1 change: 0 additions & 1 deletion scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
//FinisherDialog,
getSetting,
handleDiceSoNice,
localize,
MODULE_ID
} from "./helpers/misc.js";
import { getDamageList } from "./helpers/rollTerms.js";
Expand Down

0 comments on commit 7c7d4a8

Please sign in to comment.