mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1123518 - Follow-up, use background-size:cover for the reading list images. r=me
This commit is contained in:
parent
b130196ee5
commit
bb48196f23
@ -926,7 +926,7 @@ function getMetadataFromBrowser(browser) {
|
||||
Object.defineProperty(this, "ReadingList", {
|
||||
get() {
|
||||
if (!this._singleton) {
|
||||
let store = new SQLiteStore("reading-list-temp2.sqlite");
|
||||
let store = new SQLiteStore("reading-list-temp6.sqlite");
|
||||
this._singleton = new ReadingListImpl(store);
|
||||
}
|
||||
return this._singleton;
|
||||
|
Loading…
Reference in New Issue
Block a user