mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
remove strings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user