mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-23 05:41:14 +01:00
Message List: Fix stale dark-green pattern color
This commit is contained in:
parent
2f503b8fbc
commit
bf4812f6cf
@ -287,6 +287,11 @@ export function migrateCache(cached: GlobalState, initialState: GlobalState) {
|
|||||||
stickers: [],
|
stickers: [],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO This was re-designed but can be hardcoded in cache
|
||||||
|
if (cached.settings.themes.light?.patternColor === 'rgba(90, 110, 70, 0.6)') {
|
||||||
|
cached.settings.themes.light.patternColor = undefined;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateCache() {
|
function updateCache() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user