mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-18 20:31:27 +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
|
|
}
|
|
}
|