Skip to content

Commit

Permalink
0.2.0.0 R
Browse files Browse the repository at this point in the history
  • Loading branch information
windowslogic committed Apr 3, 2023
1 parent 3eb4410 commit 49ee7b0
Show file tree
Hide file tree
Showing 24 changed files with 1,426 additions and 13 deletions.
Binary file modified .vs/VTuber/v15/.suo
Binary file not shown.
Binary file modified .vs/VTuber/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
9 changes: 9 additions & 0 deletions VTuber/VTuber.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="VTuberWhatsNew.Designer.vb">
<DependentUpon>VTuberWhatsNew.vb</DependentUpon>
</Compile>
<Compile Include="VTuberWhatsNew.vb">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="VTuberFeedback.resx">
Expand All @@ -130,6 +136,9 @@
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="VTuberWhatsNew.resx">
<DependentUpon>VTuberWhatsNew.vb</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
Expand Down
23 changes: 11 additions & 12 deletions VTuber/VTuberMain.Designer.vb

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

4 changes: 4 additions & 0 deletions VTuber/VTuberMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ Public Class VTuberMain
Me.SysTrayIcon.Icon = My.Resources.vtubers
End If
End Sub

Private Sub WhatsNew_TSM_Click(sender As Object, e As EventArgs) Handles WhatsNew_TSM.Click
VTuberWhatsNew.ShowDialog()
End Sub
#End Region

End Class
101 changes: 101 additions & 0 deletions VTuber/VTuberWhatsNew.Designer.vb

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

0 comments on commit 49ee7b0

Please sign in to comment.