mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Update SettingsTabExperimental.cs (#1355)
This commit is contained in:
parent
4c177d32b4
commit
2d528f0515
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ public class SettingsTabExperimental : SettingsTab
|
|||
c => c.DoPluginTest,
|
||||
(v, c) => c.DoPluginTest = v),
|
||||
new HintSettingsEntry(
|
||||
Loc.Localize("DalamudSettingsPluginTestWarning", "Testing plugins may not have been vetted before being published. Please only enable this if you are aware of the risks."),
|
||||
Loc.Localize("DalamudSettingsPluginTestWarning", "Testing plugins may contain bugs or crash your game. Please only enable this if you are aware of the risks."),
|
||||
ImGuiColors.DalamudRed),
|
||||
|
||||
new GapSettingsEntry(5),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue