Skip to content

Commit

Permalink
Minor changes:
Browse files Browse the repository at this point in the history
-Disabled textbox and "browse" button when "Has Dark Stream UI" is selected.
- Changed picturebox to "StretchImage" to better reflect what will be shown in the recent updates.
  • Loading branch information
amazeedaizee authored and amazeedaizee committed Jul 29, 2024
1 parent 8e17b32 commit 6afb7a0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions StreamAdvancedOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ private void HasIntro_Check_EnabledChanged(object sender, EventArgs e)
private void HasEndScreen_Check_EnabledChanged(object sender, EventArgs e)
{
HasCustomEndScreen_Check.Enabled = HasEndScreen_Check.Enabled;
CustomEndScreen_Text.Enabled = HasCustomEndScreen_Check.Enabled;
OpenEndScreenImg_Button.Enabled = HasCustomEndScreen_Check.Enabled;
}
}
}
30 changes: 15 additions & 15 deletions StreamEditor.Designer.cs

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

0 comments on commit 6afb7a0

Please sign in to comment.