skip lazy loading for now

This commit is contained in:
Mr. Stallion 2023-06-06 14:42:14 -07:00
parent 2c6d47bea1
commit 50b9921064
1 changed files with 10 additions and 10 deletions

View File

@ -150,16 +150,16 @@
// import Connection from '../fchat/connection'; // import Connection from '../fchat/connection';
// import Notifications from './notifications'; // import Notifications from './notifications';
import VueLazyload from 'vue-lazyload'; // import VueLazyload from 'vue-lazyload';
//
Vue.use(VueLazyload, { // Vue.use(VueLazyload, {
observer: true, // observer: true,
//
observerOptions: { // observerOptions: {
rootMargin: '0px', // rootMargin: '0px',
threshold: 0, // threshold: 0,
} // }
}); // });
const webContents = remote.getCurrentWebContents(); const webContents = remote.getCurrentWebContents();
const parent = remote.getCurrentWindow().webContents; const parent = remote.getCurrentWindow().webContents;