Fixed: update folder name

This commit is contained in:
Ray 2021-07-28 15:11:35 +01:00
parent ff994e26ff
commit 733e2cb1e6
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ namespace FizzyLauncher.Windows.Forms
title = value;
labelRectangle = new Rectangle(labelMargin, labelTop, (this.Width - (labelMargin * 2)), (this.Height - labelTop - 1));
this.Invalidate();
}
}