mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-22 22:10:35 +00:00
New: Run without console window by default New: Added NzbDrone.Console to run with console window New: Shutdown from UI New: Restart from UI
11 lines
173 B
C#
11 lines
173 B
C#
namespace NzbDrone.Model
|
|
{
|
|
public enum ApplicationMode
|
|
{
|
|
Console,
|
|
Help,
|
|
InstallService,
|
|
UninstallService,
|
|
Service
|
|
}
|
|
}
|