Disabling restart option for now

pull/28/head
aandrew-me 3 years ago
parent b8a0e9fa21
commit f2b4f1c403

@ -14,7 +14,7 @@
<body> <body>
<div id="top"> <div id="top">
<a id="back">Homepage</a> <a id="back">Homepage</a>
<a id="restart" onclick="restartApp()">Restart app</a> <!-- <a id="restart" onclick="restartApp()">Restart app</a> -->
</div> </div>
<h1 id="preferences">Preferences</h1> <h1 id="preferences">Preferences</h1>

@ -15,4 +15,4 @@ getId("selectLocation").textContent = i18n.__("Select Download Location")
getId("transparentText").textContent = i18n.__("Enable transparent dark mode(only Linux, needs relaunch)") getId("transparentText").textContent = i18n.__("Enable transparent dark mode(only Linux, needs relaunch)")
getId("preferences").textContent = i18n.__("Preferences") getId("preferences").textContent = i18n.__("Preferences")
getId("selectLn").textContent = i18n.__("Select Language (Requires relaunch)") getId("selectLn").textContent = i18n.__("Select Language (Requires relaunch)")
getId("restart").textContent = i18n.__("Restart app") // getId("restart").textContent = i18n.__("Restart app")
Loading…
Cancel
Save