add icon that the designer ate

This commit is contained in:
adelikat 2020-06-19 16:49:23 -05:00
parent 020e5a7e32
commit 7bac6e933b
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ namespace BizHawk.Client.EmuHawk
_config = config;
_statableCore = statableCore;
InitializeComponent();
btnResetCompression.Image = Properties.Resources.reboot;
}
private void RewindConfig_Load(object sender, EventArgs e)