remove strings

This commit is contained in:
DismissedLight
2023-02-13 14:51:18 +08:00
parent e3e124d52f
commit 605aecb216

View File

@@ -22,6 +22,7 @@ using Snap.Hutao.Web.Hoyolab.Takumi.Binding;
using System.Collections.ObjectModel;
using System.IO;
using Windows.Graphics;
using static Snap.Hutao.Core.Database.SettingEntryHelper;
namespace Snap.Hutao.ViewModel;
@@ -36,9 +37,6 @@ internal class LaunchGameViewModel : Abstraction.ViewModel
/// </summary>
public const string DesiredUid = nameof(DesiredUid);
private static readonly string TrueString = true.ToString();
private static readonly string FalseString = false.ToString();
private readonly IServiceProvider serviceProvider;
private readonly IGameService gameService;
private readonly AppDbContext appDbContext;