mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 22:36:59 +00:00
Remove code references to having a flatpak version
This commit is contained in:
parent
2fac0f4db1
commit
f898a5ecf4
6 changed files with 5 additions and 46 deletions
|
|
@ -23,7 +23,7 @@ namespace Ryujinx.UI.Common.Helper
|
|||
[LibraryImport("shell32.dll", SetLastError = true)]
|
||||
public static partial void SHChangeNotify(uint wEventId, uint uFlags, nint dwItem1, nint dwItem2);
|
||||
|
||||
public static bool IsTypeAssociationSupported => (OperatingSystem.IsLinux() || OperatingSystem.IsWindows()) && !ReleaseInformation.IsFlatHubBuild;
|
||||
public static bool IsTypeAssociationSupported => (OperatingSystem.IsLinux() || OperatingSystem.IsWindows());
|
||||
|
||||
public static bool AreMimeTypesRegistered
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue