mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 22:08:26 +00:00
Fix menu action for checking size restrictions (nutexb)
This commit is contained in:
parent
de84563377
commit
065f93db17
1 changed files with 1 additions and 0 deletions
|
@ -594,6 +594,7 @@ namespace FirstPlugin
|
|||
SelectedImageKey = "Texture";
|
||||
|
||||
useSizeRestrictions.Checked = true;
|
||||
useSizeRestrictions.Click += UseSizeRestrictionsAction;
|
||||
|
||||
save.Click += SaveAction;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue