Skip to content

Commit

Permalink
プリセット追加
Browse files Browse the repository at this point in the history
  • Loading branch information
shigobu committed Nov 18, 2023
1 parent 53f0417 commit 65dd0dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions StyleRegistrationTool/View/ChangePortWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public ChangePortWindow(string appName, int port)

//プリセット作成
portComboBox.Items.Add(new Model.NameAndPort("VOICEVOX", 50021));
portComboBox.Items.Add(new Model.NameAndPort("VOICEVOX Nemo", 50121));
portComboBox.Items.Add(new Model.NameAndPort("COEIROINK", 50031));
portComboBox.Items.Add(new Model.NameAndPort("LMROID", 50073));
portComboBox.Items.Add(new Model.NameAndPort("SHAREVOX", 50025));
Expand Down

0 comments on commit 65dd0dc

Please sign in to comment.