Skip to content

Commit

Permalink
英訳をマシに
Browse files Browse the repository at this point in the history
  • Loading branch information
oasoobi committed Nov 5, 2024
1 parent 8b7e399 commit 7106cfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,9 @@ system.afterEvents.scriptEventReceive.subscribe(e => {
new ModalFormData()
.title("Settings")
.dropdown("\nLanguage", ["English", "日本語"], sourceEntity.getDynamicProperty("language"))
.dropdown("scale notation", ["solfege(do,re,mi)", "international(C,C#,D)"], sourceEntity.getDynamicProperty("scale_notation"))
.toggle("Show instruments", sourceEntity.getDynamicProperty("is_display_instrument"))
.toggle("Show number of clicks", sourceEntity.getDynamicProperty("is_display_click_count"))
.dropdown("Scale notation", ["solfege(do,re,mi)", "international(C,C#,D)"], sourceEntity.getDynamicProperty("scale_notation"))
.toggle("Display instruments", sourceEntity.getDynamicProperty("is_display_instrument"))
.toggle("Display clicks", sourceEntity.getDynamicProperty("is_display_click_count"))
.toggle("Restore settings")
.submitButton("Apply")
.show(sourceEntity).then(res => {
Expand Down

0 comments on commit 7106cfc

Please sign in to comment.