Added option to ignore applet (gamepad connection window will not appear when it is disconnected) #40

Merged
Goodfeat merged 6 commits from master into master 2024-10-24 01:10:55 +00:00
Showing only changes of commit a1148c92c5 - Show all commits

View File

@ -30,6 +30,7 @@ namespace Ryujinx.Ava
{
internal partial class Program
{
//
public static double WindowScaleFactor { get; set; }
public static double DesktopScaleFactor { get; set; } = 1.0;
public static string Version { get; private set; }