Skip to content

Commit

Permalink
v1.0.3 fixed text box, changed default
Browse files Browse the repository at this point in the history
  • Loading branch information
VRCWizard authored Apr 9, 2023
1 parent d784e42 commit 87ed492
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 24 deletions.
2 changes: 1 addition & 1 deletion VRCSongWiz/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<value>True</value>
</setting>
<setting name="SongText" serializeAs="String">
<value>▶ {title} - {artist} 『{progressMinutes}/{durationMinutes}』</value>
<value>▶ {title} - {artist}</value>
</setting>
</TTSVoiceWizard3._0.Settings1>
</userSettings>
Expand Down
2 changes: 1 addition & 1 deletion VRCSongWiz/Settings1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VRCSongWiz/Settings1.settings
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="SongText" Type="System.String" Scope="User">
<Value Profile="(Default)">▶ {title} - {artist} 『{progressMinutes}/{durationMinutes}』</Value>
<Value Profile="(Default)">▶ {title} - {artist}</Value>
</Setting>
</Settings>
</SettingsFile>
52 changes: 32 additions & 20 deletions VRCSongWiz/VRCSongWiz.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VRCSongWiz/VRCSongWiz.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private void VRCSongWiz_FormClosing(object sender, FormClosingEventArgs e)

private void materialButton1_Click(object sender, EventArgs e)
{
materialTextBox1.Text = "▶ {title} - {artist} 『{progressMinutes}/{durationMinutes}";
materialTextBox1.Text = "▶ {title} - {artist} ";
}
}
}

0 comments on commit 87ed492

Please sign in to comment.