mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Merge remote-tracking branch 'origin/master' into v9-rollup
This commit is contained in:
commit
38a4a7f580
36 changed files with 1336 additions and 279 deletions
|
|
@ -26,7 +26,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