Disable Hex Editor's "Save [to rom file]" when not looking at rom

fixes 2e19451b0
not the "ROM" domain, but the "File on Disk" domain
This commit is contained in:
YoshiRulz 2023-04-02 05:29:15 +10:00
parent cd4c3cc353
commit 2a70b532d5
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -1237,6 +1237,7 @@ namespace BizHawk.Client.EmuHawk
}
else
{
SaveMenuItem.Visible = false;
SaveAsBinaryMenuItem.Text = "Save as binary...";
}