Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 10, 2024
1 parent cc71d08 commit 1606c58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Shared/Sucrose.Shared.Space/Manage/Internal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ namespace Sucrose.Shared.Space.Manage
{
internal static class Internal
{
public static SSDEUET UrlEngine = SSDEUET.WebView;
public static SSDEUET UrlEngine = SSDEUET.CefSharp;

public static SSDEWET WebEngine = SSDEWET.WebView;

public static SSDEYTET YouTubeEngine = SSDEYTET.WebView;
public static SSDEWET WebEngine = SSDEWET.CefSharp;

public static SSDEAET ApplicationEngine = SSDEAET.Aurora;

public static SSDEYTET YouTubeEngine = SSDEYTET.CefSharp;

public static SSDEGET GifEngine = SSSHW.IsGermanium() ? SSDEGET.MpvPlayer : SSDEGET.Xavier;

public static SSDEVET VideoEngine = SSSHW.IsGermanium() ? SSDEVET.MpvPlayer : SSDEVET.Nebula;
Expand Down

0 comments on commit 1606c58

Please sign in to comment.