misc: Remove custom themes in config.

This commit is contained in:
Evan Husted
2024-11-01 11:58:58 -05:00
parent 139c195eb7
commit 67ab54e2bb
3 changed files with 8 additions and 42 deletions

View File

@ -298,16 +298,6 @@ namespace Ryujinx.UI.Common.Configuration
/// </summary>
public string LanguageCode { get; set; }
/// <summary>
/// Enable or disable custom themes in the GUI
/// </summary>
public bool EnableCustomTheme { get; set; }
/// <summary>
/// Path to custom GUI theme
/// </summary>
public string CustomThemePath { get; set; }
/// <summary>
/// Chooses the base style // Not Used
/// </summary>