mirror of https://github.com/Radarr/Radarr
commit
8c88527f15
|
@ -37,7 +37,7 @@ namespace NzbDrone.SysTray
|
|||
_trayMenu.MenuItems.Add("-");
|
||||
_trayMenu.MenuItems.Add("Exit", OnExit);
|
||||
|
||||
_trayIcon.Text = String.Format("NzbDrone - {0}", BuildInfo.Version);
|
||||
_trayIcon.Text = String.Format("Sonarr - {0}", BuildInfo.Version);
|
||||
_trayIcon.Icon = Properties.Resources.NzbDroneIcon;
|
||||
|
||||
_trayIcon.ContextMenu = _trayMenu;
|
||||
|
@ -131,4 +131,4 @@ namespace NzbDrone.SysTray
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,11 +19,11 @@ define(
|
|||
|
||||
setTitle: function (title) {
|
||||
title = title.toLocaleLowerCase();
|
||||
if (title === 'sonarr') {
|
||||
document.title = 'sonarr';
|
||||
if (title === 'Sonarr') {
|
||||
document.title = 'Sonarr';
|
||||
}
|
||||
else {
|
||||
document.title = title + ' - sonarr';
|
||||
document.title = title + ' - Sonarr';
|
||||
}
|
||||
|
||||
if(window.NzbDrone.Analytics && window.Piwik){
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title>sonarr</title>
|
||||
<title>Sonarr</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
|
|
Loading…
Reference in New Issue