fix: set color preview to PreviewHalf by default

This commit is contained in:
goat 2021-09-27 18:26:54 +02:00
parent 547573fa31
commit 6ba5525812
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -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;