@ -98,6 +98,7 @@ class GeneralSettings extends Component {
isResettingApiKey,
isMono,
isWindows,
isWindowsService,
isDocker,
mode,
onInputChange,
@ -171,7 +172,6 @@ class GeneralSettings extends Component {
settings={settings}
onInputChange={onInputChange}
/>
</Form>
}
</PageContentBodyConnector>
@ -180,7 +180,9 @@ class GeneralSettings extends Component {
isOpen={this.state.isRestartRequiredModalOpen}
kind={kinds.DANGER}
title="Restart Lidarr"
message="Lidarr requires a restart to apply changes, do you want to restart now?"
message={
`Lidarr requires a restart to apply changes, do you want to restart now? ${isWindowsService?'Depending which user is running the Lidarr service you may need to restart Lidarr as admin once before the service will start automatically.':''}`