mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 22:08:26 +00:00
Auto check BC4 Alpha setting when used on replaced texture.
This commit is contained in:
parent
b673b3ee60
commit
1be92db3d7
1 changed files with 3 additions and 0 deletions
|
@ -149,6 +149,9 @@ namespace FirstPlugin
|
|||
{
|
||||
settings.Add(setting);
|
||||
|
||||
if (setting.UseBc4Alpha)
|
||||
chkBc4Alpha.Checked = true;
|
||||
|
||||
listViewCustom1.Items.Add(setting.TexName).SubItems.Add(setting.Format.ToString());
|
||||
listViewCustom1.Items[0].Selected = true;
|
||||
listViewCustom1.Select();
|
||||
|
|
Loading…
Add table
Reference in a new issue