[PortableCameraAdditions] Remove F11 fullscreen bind.

This commit is contained in:
NotAKidoS 2023-09-24 06:14:26 -05:00
parent 1631effeff
commit 25ccf7c61c
6 changed files with 420 additions and 28 deletions

View file

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