mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 16:27:44 +01:00
chore: don't persist load all api levels, banned plugins
This commit is contained in:
parent
bc348cf181
commit
33f7140b75
5 changed files with 20 additions and 44 deletions
|
|
@ -228,16 +228,6 @@ namespace Dalamud.Configuration.Internal
|
|||
/// </summary>
|
||||
public string DalamudBetaKind { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether or not all plugins, regardless of API level, should be loaded.
|
||||
/// </summary>
|
||||
public bool LoadAllApiLevels { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether or not banned plugins should be loaded.
|
||||
/// </summary>
|
||||
public bool LoadBannedPlugins { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether or not any plugin should be loaded when the game is started.
|
||||
/// It is reset immediately when read.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue