Browse Source

Change cosmetic title on shutdown.

pull/941/head
JackDandy 8 years ago
parent
commit
af3f5432dc
  1. 1
      CHANGES.md
  2. 2
      gui/slick/interfaces/default/restart.tmpl

1
CHANGES.md

@ -56,6 +56,7 @@
* Change revoke application access at Trakt when account is deleted in SG
* Add persistent hide/unhide cards to Add show/Trakt and Add show/IMDb Cards
* Change simplify dropdowns at all Add show/Cards
* Change cosmetic title on shutdown
[develop changelog]

2
gui/slick/interfaces/default/restart.tmpl

@ -15,7 +15,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SickGear - Restarting</title>
<title>SickGear - #echo ('Restart', 'Shutdown')[$do_shutdown]#</title>
<link rel="shortcut icon" href="$sg_root/images/ico/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="$sg_root/images/ico/apple-touch-icon-180x180.png">
<link rel="apple-touch-icon" sizes="152x152" href="$sg_root/images/ico/apple-touch-icon-152x152.png">

Loading…
Cancel
Save