mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 17:59:14 +00:00
125703a2fa
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
|
|
}
|
|
}
|