add F11 to fullscreen

This commit is contained in:
NotAKidoS 2023-04-11 15:08:13 -05:00
parent af265f09ce
commit 1fcdd63a35
5 changed files with 64 additions and 39 deletions

View file

@ -25,6 +25,6 @@ using System.Reflection;
namespace NAK.Melons.PortableCameraAdditions.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.1";
public const string Version = "1.0.2";
public const string Author = "NotAKidoS";
}