Disable live clip, rely on the thumbnailed version

This commit is contained in:
Manav Rathi 2024-05-01 21:05:29 +05:30
parent 30f22e333a
commit cd5c1e35fa
No known key found for this signature in database

View file

@ -370,7 +370,7 @@ export default function Gallery() {
syncWithRemote(false, true);
}, SYNC_INTERVAL_IN_MICROSECONDS);
if (electron) {
void clipService.setupOnFileUploadListener();
// void clipService.setupOnFileUploadListener();
electron.onMainWindowFocus(() => syncWithRemote(false, true));
}
};