add icon back to LogWindow AddToDatabase button, that got eaten by the designer at some point

This commit is contained in:
adelikat 2020-06-25 09:40:19 -05:00
parent 39535eacda
commit 09a6f54735
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ namespace BizHawk.Client.EmuHawk
public LogWindow()
{
InitializeComponent();
AddToGameDbBtn.Image = Properties.Resources.add;
Closing += (o, e) =>
{
Detach();