mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: set color preview to PreviewHalf by default
This commit is contained in:
parent
547573fa31
commit
6ba5525812
1 changed files with 1 additions and 2 deletions
|
|
@ -20,8 +20,7 @@ namespace Dalamud.Interface.Internal.Windows.StyleEditor
|
|||
/// </summary>
|
||||
public class StyleEditorWindow : Window
|
||||
{
|
||||
private ImGuiColorEditFlags alphaFlags = ImGuiColorEditFlags.None;
|
||||
private StyleModel workStyle = StyleModel.DalamudStandard;
|
||||
private ImGuiColorEditFlags alphaFlags = ImGuiColorEditFlags.AlphaPreviewHalf;
|
||||
|
||||
private int currentSel = 0;
|
||||
private string initialStyle = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue