删除意外添加的没用的内容

This commit is contained in:
Songyang.Huo
2023-10-06 16:39:06 +08:00
parent b2438153a9
commit c1b5199f4c

View File

@@ -474,7 +474,7 @@ namespace MaaWpfGui.ViewModels.UI
new CombinedData { Display = LocalizationHelper.GetString("RoguelikeThemeMizuki"), Value = "Mizuki" },
new CombinedData { Display = LocalizationHelper.GetString("RoguelikeThemeSami"), Value = "Sami" },
};
UpdateRoguelikeSquadList();
UpdateRoguelikeCoreCharList();
@@ -1278,11 +1278,6 @@ namespace MaaWpfGui.ViewModels.UI
/// </summary>
public List<CombinedData> TouchModeList { get; set; }
/// <summary>
/// Gets or sets the list of touch modes
/// </summary>
public List<CombinedData> RemoteControlList { get; set; }
/// <summary>
/// Gets or sets the list of dark mode.
/// </summary>