mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
@@ -37,7 +37,7 @@ namespace NzbDrone.SysTray
|
|||||||
_trayMenu.MenuItems.Add("-");
|
_trayMenu.MenuItems.Add("-");
|
||||||
_trayMenu.MenuItems.Add("Exit", OnExit);
|
_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.Icon = Properties.Resources.NzbDroneIcon;
|
||||||
|
|
||||||
_trayIcon.ContextMenu = _trayMenu;
|
_trayIcon.ContextMenu = _trayMenu;
|
||||||
@@ -131,4 +131,4 @@ namespace NzbDrone.SysTray
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,11 +19,11 @@ define(
|
|||||||
|
|
||||||
setTitle: function (title) {
|
setTitle: function (title) {
|
||||||
title = title.toLocaleLowerCase();
|
title = title.toLocaleLowerCase();
|
||||||
if (title === 'sonarr') {
|
if (title === 'Sonarr') {
|
||||||
document.title = 'sonarr';
|
document.title = 'Sonarr';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
document.title = title + ' - sonarr';
|
document.title = title + ' - Sonarr';
|
||||||
}
|
}
|
||||||
|
|
||||||
if(window.NzbDrone.Analytics && window.Piwik){
|
if(window.NzbDrone.Analytics && window.Piwik){
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!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">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head runat="server">
|
<head runat="server">
|
||||||
<title>sonarr</title>
|
<title>Sonarr</title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="mobile-web-app-capable" content="yes">
|
<meta name="mobile-web-app-capable" content="yes">
|
||||||
|
|||||||
Reference in New Issue
Block a user