pulsar/Botanist/BotanistSettings.cs
2024-04-13 18:10:46 +10:00

12 lines
No EOL
310 B
C#

using Observatory.Framework;
namespace Botanist;
class BotanistSettings
{
[SettingDisplayName("Enable Sampler Status Overlay")]
public bool OverlayEnabled { get; set; }
[SettingDisplayName("Status Overlay is sticky until sampling is complete")]
public bool OverlayIsSticky { get; set; }
}