HideVolumeOSD icon indicating copy to clipboard operation
HideVolumeOSD copied to clipboard

UserSetting VolumeDisplayOffset throws error when empty

Open MathijsNL opened this issue 2 years ago • 0 comments

First of all thanks for this great tool. This seems to be the only working solution on the entire internet!

As in the title, the Offset in pixels can be empty and throws an error, just a minor thing though.

https://github.com/UnlimitedStack/HideVolumeOSD/blob/master/HideVolumeOSD/UserSettings.cs#L146

Settings.Default.VolumeDisplayOffset = int.Parse(textBoxOffset.Text);

MathijsNL avatar Dec 22 '22 19:12 MathijsNL