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;
|
||||
|
||||
if (oldValue !== newValue) {
|
||||
if (oldValue !== newValue || !items.hideReleaseNotes) {
|
||||
// Updated mappings.js
|
||||
chrome.storage.sync.set({
|
||||
[Setting.LAST_MAPPING_UPDATE]: newValue
|
||||
|
Reference in New Issue
Block a user