mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
04bb0c51b1
(cherry picked from commit d051dac12c8b797761a0d1f3b4aa84cff47ed13d)
9 lines
192 B
C#
9 lines
192 B
C#
namespace NzbDrone.Common.Options;
|
|
|
|
public class AppOptions
|
|
{
|
|
public string InstanceName { get; set; }
|
|
public string Theme { get; set; }
|
|
public bool? LaunchBrowser { get; set; }
|
|
}
|