mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-23 13:02:08 +00:00
Fix Clipboard Copy Operation Crash
Solves [Ryubing/Issues#294](https://github.com/Ryubing/Issues/issues/294) caused by Avalonia 11.3's changes. See [AvaloniaUI/Avalonia#20007](https://github.com/AvaloniaUI/Avalonia/issues/20007) for more information
This commit is contained in:
parent
ce340e5d0b
commit
0f58aadace
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ namespace Ryujinx.Ava
|
|||
|
||||
private const uint MbIconwarning = 0x30;
|
||||
|
||||
[STAThread]
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
Version = ReleaseInformation.Version;
|
||||
|
|
|
|||
Loading…
Reference in a new issue