Merge Branch v1.7.0 into main (#348)

This commit is contained in:
Michael Green
2024-04-16 11:54:28 +10:00
committed by GitHub
parent 080a823cda
commit f85109abd2
5 changed files with 122 additions and 92 deletions

View File

@@ -72,6 +72,11 @@
</table>
</td>
</tr>
<tr>
<td>
<strong>Note</strong>: The page will need to be reloaded for changes to take effect.
</td>
</tr>
<tr>
<td style="text-align: right;">
<button id="profile_pref_ok" value="OK" onclick="SavePrefs();">OK</button>
@@ -221,7 +226,7 @@
if (getQueryString('page', 'string') == 'home' || getQueryString('page', 'string') == undefined) {
setCookie('games_library_last_page', 1);
location.reload();
//location.reload();
}
closeDialog();