diff options
author | Ac_K <Acoustik666@gmail.com> | 2023-01-13 07:56:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 07:56:41 +0100 |
commit | 08ab47c6c0cbdb56bc1ab17be4323a35b2163fa9 (patch) | |
tree | 91c9b3356c9017dc00ef16d6446f526b3aedd8f9 | |
parent | 85faa9d8fa1f8d5b1a80f3506717186f7a7e26c9 (diff) |
Update Program.cs1.1.552
-rw-r--r-- | Ryujinx.Ava/Program.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Ava/Program.cs b/Ryujinx.Ava/Program.cs index 46e135a9..e64b6921 100644 --- a/Ryujinx.Ava/Program.cs +++ b/Ryujinx.Ava/Program.cs @@ -28,7 +28,7 @@ namespace Ryujinx.Ava public static double DesktopScaleFactor { get; set; } = 1.0; public static string Version { get; private set; } public static string ConfigurationPath { get; private set; } - public static bool PreviewerDetached { get; private set; } + public static bool PreviewerDetached { get; private set; } [LibraryImport("user32.dll", SetLastError = true)] public static partial int MessageBoxA(IntPtr hWnd, [MarshalAs(UnmanagedType.LPStr)] string text, [MarshalAs(UnmanagedType.LPStr)] string caption, uint type); @@ -276,4 +276,4 @@ namespace Ryujinx.Ava Logger.Shutdown(); } } -}
\ No newline at end of file +} |