Skip to content

Commit

Permalink
Fixed splash screen opacity issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWonders committed Mar 1, 2024
1 parent f61715a commit c48272c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified Installer/Output/dt_setup.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions Panels/Startup/SplashScreen.vb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Public Class SplashScreen
Opacity = opacityFade
Refresh()
Next opacityFade
Opacity = 1
Refresh()
Timer1.Enabled = False
Timer1.Stop()
End Sub
Expand Down

0 comments on commit c48272c

Please sign in to comment.