mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Open changelog after an update fixed
This commit is contained in:
@ -110,7 +110,7 @@ main._showReleaseNotes = function (details) {
|
|||||||
|
|
||||||
oldValue = items.lastMappingUpdate;
|
oldValue = items.lastMappingUpdate;
|
||||||
|
|
||||||
if (oldValue !== newValue) {
|
if (oldValue !== newValue || !items.hideReleaseNotes) {
|
||||||
// Updated mappings.js
|
// Updated mappings.js
|
||||||
chrome.storage.sync.set({
|
chrome.storage.sync.set({
|
||||||
[Setting.LAST_MAPPING_UPDATE]: newValue
|
[Setting.LAST_MAPPING_UPDATE]: newValue
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
New in LocalCDN:
|
New in LocalCDN:
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li></li>
|
<li>Fixed: Open changelog after an update (reported by email)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
Generate rule sets for uBlock or uMatrix
|
Generate rule sets for uBlock or uMatrix
|
||||||
|
Reference in New Issue
Block a user