From 7c1f14845bc948e9ea25908e96099203d9433a69 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Tue, 6 Apr 2021 01:21:42 -0400 Subject: update wrapper + writer to handle lut grapher is building but applying options still broken for the most part --- grapher/Constants/Constants.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'grapher/Constants') diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index 446f5fa..d2e747c 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -120,6 +120,8 @@ namespace grapher /// Default name of settings file. public const string DefaultSettingsFileName = @"settings.json"; + public const string GuiConfigFileName = ".config"; + /// Text to direcitonality panel title when panel is closed. public const string DirectionalityTitleClosed = "Anisotropy \u25BC"; -- cgit v1.2.3